chore(client): clean up and ci (#35)
* fix(client/web): move browser updater to single file * fix(client/web): make UploadMgr singleton * test(client/web): add unit tests for browser * fix(client/web): updater init should be in StateMgr * feat(client/browser): add selectAll button * chore(ci): disable travis although it is awsome
This commit is contained in:
parent
46f03e2e84
commit
e87a342c93
12 changed files with 532 additions and 415 deletions
|
@ -15,8 +15,8 @@
|
|||
"build:task:dev": "webpack --config webpack.task.dev.js --watch",
|
||||
"e2e": "jest -c jest.e2e.config.js",
|
||||
"e2e:watch": "jest --watch -c jest.e2e.config.js",
|
||||
"test": "jest test",
|
||||
"test:watch": "jest test --watch",
|
||||
"test": "jest test --maxWorkers=2",
|
||||
"test:watch": "jest test --watch --maxWorkers=2",
|
||||
"copy": "cp -r ../../static ../../../dockers/nginx/"
|
||||
},
|
||||
"author": "hexxa",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue