|
|
|
|
@ -6,8 +6,9 @@
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
"build:prod": "webpack --mode=production",
|
|
|
|
|
"build:test": "tsc --build tsconfig.test.json",
|
|
|
|
|
"clean": "rimraf build",
|
|
|
|
|
"clean": "rimraf build && jlpm run clean:static",
|
|
|
|
|
"clean:artifacts": "rimraf artifacts",
|
|
|
|
|
"clean:static": "rimraf ../jupyterlab_classic/static",
|
|
|
|
|
"prepublishOnly": "yarn run build",
|
|
|
|
|
"test:e2e": "jlpm run clean:artifacts && jest",
|
|
|
|
|
"test:e2e:pwdebug": "jlpm run clean:artifacts && PWDEBUG=1 jlpm run test:e2e",
|
|
|
|
|
|