Updated CSS script for prod
This commit is contained in:
parent
abf6ef4b04
commit
92efbcd074
1 changed files with 1 additions and 1 deletions
|
@ -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:*",
|
||||||
|
|
Loading…
Reference in a new issue