diff options
author | Marvin Borner | 2019-01-30 21:18:52 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-30 21:18:52 +0100 |
commit | 70425d5662e0f6592ca73f4fa48c705a130ebe5c (patch) | |
tree | f627a11cedd41e558c3eecde62076b68d41e6af8 /package.json | |
parent | d1b2addcf3d33bb5a261c54f88b4d6130aa8952f (diff) |
Fixed message storing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c48e75a..9c83f70 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dev": "npm run watch & nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\"", "watch": "npm run build && onchange public/styles/* -- npm run css & onchange public/scripts/* -- browserify public/scripts/main.js -o dist/app.js", "css": "node-sass public/styles/main.sass dist/app.css --output-style compressed", - "build": "rm -r dist/* && npm run css && browserify public/scripts/main.js -o dist/temp.js && minify dist/temp.js > dist/app.js && rm dist/temp.js && pug views/index.pug --out dist" + "build": "rm -r dist/* && npm run css && browserify public/scripts/main.js -o dist/app.js" }, "keywords": [ "express", |