|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
|
|
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --colors -p", |
|
|
|
|
"start": "NODE_ENV=debug FLASK_APP=$PWD/autoapp.py FLASK_DEBUG=1 ./node_modules/.bin/concurrently \"./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline\" \"flask run\"", |
|
|
|
|
"start": "NODE_ENV=debug FLASK_APP=$PWD/autoapp.py FLASK_DEBUG=1 ./node_modules/.bin/concurrently --names \"WEBPACK,FLASK\" \"./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline\" \"flask run\"", |
|
|
|
|
"lint": "eslint \"assets/js/*.js\"" |
|
|
|
|
}, |
|
|
|
|
"repository": { |
|
|
|
|