mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-31 13:40:29 +08:00
Remove unused build:test task in app
This commit is contained in:
parent
26332bd84e
commit
a393f5184a
5
.gitignore
vendored
5
.gitignore
vendored
@ -120,4 +120,7 @@ retrolab/schemas
|
||||
|
||||
# playwright
|
||||
ui-tests/test-results
|
||||
ui-tests/playwright-report
|
||||
ui-tests/playwright-report
|
||||
|
||||
# VSCode
|
||||
.vscode
|
||||
|
@ -5,7 +5,6 @@
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"build:prod": "webpack --mode=production",
|
||||
"build:test": "tsc --build tsconfig.test.json",
|
||||
"clean": "rimraf build && jlpm run clean:static",
|
||||
"clean:static": "rimraf -g \"../retrolab/static/!(favicons)\"",
|
||||
"prepublishOnly": "yarn run build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user