Skip to content

Commit

Permalink
Add back scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 28, 2023
1 parent 6c1c2dd commit efb19d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lab-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"style/index.js"
],
"scripts": {
"build": "",
"build": "jlpm run build:labextension:dev",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc -b",
"build:prod": "",
"build:prod": "jlpm run build:labextension",
"clean": "jlpm run clean:lib && jlpm run clean:labextension",
"clean:labextension": "rimraf ../../notebook/labextension",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
Expand Down

0 comments on commit efb19d2

Please sign in to comment.