mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #52 from 4Science/build-error
postcss script changed
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
"clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist",
|
"clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist",
|
||||||
"clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node",
|
"clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node",
|
||||||
"sass": "node-sass src -o src --include-path node_modules --output-style compressed -q",
|
"sass": "node-sass src -o src --include-path node_modules --output-style compressed -q",
|
||||||
"postcss": "node_modules/postcss-cli/bin/postcss -c postcss.config.json",
|
"postcss": "node node_modules/postcss-cli/bin/postcss -c postcss.config.json",
|
||||||
"style": "npm run sass && npm run postcss",
|
"style": "npm run sass && npm run postcss",
|
||||||
"style:watch": "nodemon -e scss -w src -x \"npm run style\"",
|
"style:watch": "nodemon -e scss -w src -x \"npm run style\"",
|
||||||
"rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js",
|
"rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js",
|
||||||
|
Reference in New Issue
Block a user