|
@@ -3,17 +3,13 @@
|
|
|
"version": "0.5.1-alpha.0",
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
- "build": "tsc -p src",
|
|
|
+ "build": "tsc -b",
|
|
|
"clean": "rimraf build && rimraf coverage",
|
|
|
- "coverage": "python run-test.py --browsers=ChromeHeadless karma-cov.conf.js",
|
|
|
- "test": "jlpm run test:firefox",
|
|
|
- "test:chrome": "python run-test.py --browsers=Chrome karma.conf.js",
|
|
|
- "test:chrome-headless": "python run-test.py --browsers=ChromeHeadless karma.conf.js",
|
|
|
- "test:debug": "python run-test.py --browsers=Chrome --singleRun=false --debug=true --browserNoActivityTimeout=10000000 karma.conf.js",
|
|
|
- "test:firefox": "python run-test.py --browsers=Firefox karma.conf.js",
|
|
|
- "test:ie": "python run-test.py --browsers=IE karma.conf.js",
|
|
|
- "watch": "python run-test.py --singleRun=false",
|
|
|
- "watch:src": "tsp -p src --watch"
|
|
|
+ "coverage": "python run_test.py --coverage",
|
|
|
+ "test": "python run_test.py",
|
|
|
+ "watch": "python run_test.py --debug",
|
|
|
+ "watch:all": "python run_test.py --debug --watchAll",
|
|
|
+ "watch:src": "tsc -b --watch"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@jupyterlab/coreutils": "^2.2.1-alpha.0",
|