diff options
author | Marvin Borner | 2019-01-27 13:12:18 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-27 13:12:18 +0100 |
commit | 9683cf0c06c4e5a0618e75a23e491abdbb0a7d19 (patch) | |
tree | 4783e29f557b78e4f2108c66aefc67047befeedb /package.json | |
parent | 8d03a0f5e668260a0d94de69d15fa3ddb064bc9d (diff) |
Cleaned up
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 49ad0db..d82a3be 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,7 @@ "dev": "nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\" & npm run watch", "watch": "npm run build && onchange public/styles/* -- npm run css & watchify public/scripts/*.js -o dist/app.js -v", "css": "node-sass public/styles/main.sass dist/app.css --output-style compressed", - "build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/additional/* dist/", - "server": "node src/server.js" + "build": "rm -r dist/* && npm run css && browserify public/scripts/*.js -o dist/app.js && cp public/additional/* dist/" }, "keywords": [ "express", |