Fix start script

pull/6294/head
Jeremy Tuloup 5 years ago
parent 8b1bcac352
commit 88c93a387d

@ -33,7 +33,7 @@
"release:patch": "node ./buildutils/lib/release-patch.js",
"start": "jupyter classic --config ./app/test/jupyter_server_config.py --no-browser",
"test": "lerna run test",
"test:ci": "(jlpm run start&) && jlpm run test:e2e",
"test:ci": "(jlpm run start&) && lerna run test:e2e",
"update:dependency": "node ./node_modules/@jupyterlab/buildutils/lib/update-dependency.js --lerna"
},
"husky": {

Loading…
Cancel
Save