mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 23:40:28 +05:30
#92: update npm run up
command
This commit is contained in:
parent
88999d7dbe
commit
00b538a85f
@ -9,7 +9,7 @@
|
||||
"repository": "git@bitbucket.org:ErickSkrauch/ely.by-account.git",
|
||||
"scripts": {
|
||||
"start": "rm -rf dist/ && webpack-dev-server --progress --colors",
|
||||
"up": "npm install",
|
||||
"up": "npm i && cd ./webpack && npm i && cd ../scripts && npm i",
|
||||
"test": "karma start ./karma.conf.js",
|
||||
"lint": "eslint ./src",
|
||||
"i18n": "cd ./scripts && ./node_modules/.bin/babel-node i18n-collect.js",
|
||||
|
Loading…
Reference in New Issue
Block a user