don't generate source maps
This commit is contained in:
parent
a8fb019a4e
commit
d41ff0d4e8
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "parcel watch index.html --out-dir /var/lib/mnml/public/current",
|
||||
"anims": "parcel watch animations.html --no-hmr --out-dir /var/lib/mnml/public/current",
|
||||
"build": "parcel build index.html",
|
||||
"build": "parcel build index.html --no-source-maps",
|
||||
"scss": "node-sass --watch assets/scss -o assets/styles",
|
||||
"lint": "eslint --fix --ext .jsx src/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user