Skip to content

Commit

Permalink
fix: build css files before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 5, 2019
1 parent 74b1177 commit 9a85fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"scripts": {
"netlify": "npm run build && node scripts/netlify.js",
"build-test": "npm-run-all -s clean \"build:js -- --environment TEST_BUNDLE_ONLY\"",
"build-prod": "npm-run-all -s clean \"build:js -- --environment NO_TEST_BUNDLE\"",
"build-test": "cross-env-shell TEST_BUNDLE_ONLY=1 'npm run build'",
"build-prod": "cross-env-shell NO_TEST_BUNDLE=1 'npm run build'",
"build": "npm-run-all -s clean -p build:*",
"build:js": "rollup -c scripts/rollup.config.js",
"build:css": "node-sass src/plugin.scss dist/videojs-vr.css --output-style=compressed --linefeed=lf",
Expand Down

0 comments on commit 9a85fc9

Please sign in to comment.