Updated CSS script for prod

This commit is contained in:
ポール ウェッブ 2018-10-15 14:20:55 -05:00
parent abf6ef4b04
commit 92efbcd074

View file

@ -81,7 +81,7 @@
"private": true, "private": true,
"sasslintConfig": ".sasslintrc", "sasslintConfig": ".sasslintrc",
"scripts": { "scripts": {
"css": "sass --update app/sass:app/dist --style compressed", "css": "sass --load-path=node_modules --update app/sass:app/dist --style compressed",
"format": "eslint '**/*.js' --fix", "format": "eslint '**/*.js' --fix",
"start": "npm run css && NODE_ENV=production node server", "start": "npm run css && NODE_ENV=production node server",
"test": "run-s test:*", "test": "run-s test:*",