package: MAke default output shorthand bunyan

This commit is contained in:
Jonatan Nilsson 2020-04-05 05:13:57 +00:00
parent 74c253cb4e
commit f1a4692a23
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
"build:js": "asbundle app/main/index.js ../../../public/main.js && asbundle app/client/index.js public/client.js && asbundle app/status/index.js ../../public/status.js", "build:js": "asbundle app/main/index.js ../../../public/main.js && asbundle app/client/index.js public/client.js && asbundle app/status/index.js ../../public/status.js",
"watch:js": "nodemon --watch app --exec \"npm run build:js\"", "watch:js": "nodemon --watch app --exec \"npm run build:js\"",
"watch:server": "nodemon --watch api index.js | bunyan -o short", "watch:server": "nodemon --watch api index.js | bunyan -o short",
"start": "node index.js", "start": "node index.js | bunyan -o short",
"start:win": "node index.js | bunyan", "start:win": "node index.js | bunyan -o short",
"dev": "run-p watch:styl watch:js watch:server", "dev": "run-p watch:styl watch:js watch:server",
"prod-run": "npm run build:js && npm run build-client:js && npm run build-status:js && npm run build:styl && npm run build-client:styl && npm run build-status:styl && npm start", "prod-run": "npm run build:js && npm run build-client:js && npm run build-status:js && npm run build:styl && npm run build-client:styl && npm run build-status:styl && npm start",
"build": "npm run build:js && npm run build:styl", "build": "npm run build:js && npm run build:styl",
@ -53,8 +53,8 @@
"asbundle": "^2.6.0", "asbundle": "^2.6.0",
"dragula": "^3.7.2", "dragula": "^3.7.2",
"mithril": "^1.1.5", "mithril": "^1.1.5",
"npm-run-all": "^4.1.2",
"nodemon": "^2.0.2", "nodemon": "^2.0.2",
"npm-run-all": "^4.1.2",
"run-p": "0.0.0", "run-p": "0.0.0",
"stylus": "^0.54.7" "stylus": "^0.54.7"
} }