1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #2216 from ZeroX-DG/improve-dev-script

Improved dev script
This commit is contained in:
Junyoung Choi (Sai)
2018-08-20 15:05:21 +09:00
committed by GitHub
3 changed files with 94 additions and 16 deletions

View File

@@ -7,14 +7,12 @@
"license": "GPL-3.0",
"scripts": {
"start": "electron ./index.js",
"hot": "electron ./index.js --hot",
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava --serial",
"jest": "jest",
"fix": "eslint . --fix",
"lint": "eslint .",
"dev-start": "concurrently --kill-others \"npm run webpack\" \"npm run hot\""
"dev": "node dev-scripts/dev.js"
},
"config": {
"electron-version": "2.0.7"
@@ -145,6 +143,7 @@
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-test-renderer": "^15.6.2",
"signale": "^1.2.1",
"standard": "^8.4.0",
"style-loader": "^0.12.4",
"stylus": "^0.52.4",