mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Fixed postinstall script
This commit is contained in:
parent
14509d9fee
commit
e2aaa28cc6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node-sass --output-style compressed -o build client/scss/dpaste.scss && uglifyjs -o build/dpaste.js client/js/dpaste.js",
|
"build": "node-sass --output-style compressed -o build client/scss/dpaste.scss && uglifyjs -o build/dpaste.js client/js/dpaste.js",
|
||||||
"watch-css": "npm run build && node-sass --source-map true -o build/ --watch client/scss/dpaste.scss ",
|
"watch-css": "npm run build && node-sass --source-map true -o build/ --watch client/scss/dpaste.scss ",
|
||||||
"postinstall": "npm build"
|
"postinstall": "npm run build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-sass": "^4.7.2",
|
"node-sass": "^4.7.2",
|
||||||
|
|
Loading…
Reference in a new issue