mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 23:40:28 +05:30
#242: build dlls before tests too
This commit is contained in:
parent
fdfb02986e
commit
56137d8214
@ -10,7 +10,7 @@
|
||||
"scripts": {
|
||||
"start": "rm -rf dist/ && npm run build:dll && webpack-dev-server --progress --colors",
|
||||
"up": "npm update",
|
||||
"test": "karma start ./karma.conf.js",
|
||||
"test": "npm run build:dll && karma start ./karma.conf.js",
|
||||
"lint": "eslint ./src",
|
||||
"i18n": "babel-node ./scripts/i18n-collect.js",
|
||||
"build": "rm -rf dist/ && webpack --progress --colors -p",
|
||||
|
Loading…
Reference in New Issue
Block a user