mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #293 from loichuder/unused-build-test
Remove unused build:test task in app
This commit is contained in:
commit
1f4613b04e
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…
Reference in New Issue
Block a user