don't generate source maps

This commit is contained in:
ntr 2019-10-27 12:01:04 +11:00
parent a8fb019a4e
commit d41ff0d4e8

View File

@ -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"