Skip to content

Commit

Permalink
chore: build before demo starts
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Feb 26, 2024
1 parent 7e0919e commit 11b97eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "video.js plugin for casting to chromecast",
"main": "src/js/index.js",
"scripts": {
"build": "grunt build",
"commitlint": "commitlint --from 5ed6165",
"test": "check-node-version --npm 8.5.5 && nyc mocha -- -R spec 'tests/**/*.test.js'",
"stylelint": "stylelint './src/scss/**/*.scss'",
Expand All @@ -13,10 +14,11 @@
"release:preview": "node ./node_modules/@silvermine/standardization/scripts/release.js preview",
"release:prep-changelog": "node ./node_modules/@silvermine/standardization/scripts/release.js prep-changelog",
"release:finalize": "node ./node_modules/@silvermine/standardization/scripts/release.js finalize",
"predemo": "npm run build",
"demo": "npm-run-all --parallel demo:serve demo:tunnel",
"demo:serve": "serve docs/demo",
"demo:tunnel": "lt --port 3000",
"prepublish": "grunt build"
"prepublish": "npm run build"
},
"author": "Jeremy Thomerson",
"license": "MIT",
Expand Down

0 comments on commit 11b97eb

Please sign in to comment.