Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
4f8660870a
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
"lint": "eslint src/",
|
||||
"lintall": "eslint src/ test/",
|
||||
"clean": "rimraf lib webapp electron_app/dist",
|
||||
"prepublish": "npm run build:compile",
|
||||
"prepublish": "npm run clean && npm run build:compile",
|
||||
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless",
|
||||
"test-multi": "karma start"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue