reverted package.json change

This commit is contained in:
Srinath Narayanan
2020-11-18 14:35:37 -08:00
parent 0c5f62afd6
commit 05396203cc

View File

@@ -189,7 +189,7 @@
"pack:fast": "node --max_old_space_size=10196 ./node_modules/webpack/bin/webpack.js --mode development --progress",
"copyToConsumers": "node copyToConsumers",
"test": "rimraf coverage && jest",
"test:e2e": "jest -c ./jest.config.e2e.js --detectOpenHandles test/notebooks/uploadAndOpenNotebook.spec.ts",
"test:e2e": "jest -c ./jest.config.e2e.js --detectOpenHandles",
"watch": "npm run start",
"wait-for-server": "wait-on -t 240000 -i 5000 -v https-get://0.0.0.0:1234/",
"build:ase": "gulp build:ase",