Skip to content

Commit 301de7c

Browse files
committed
more pack work
1 parent 41d1a3a commit 301de7c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ lib/
33
node_modules/
44
*.egg-info/
55
.ipynb_checkpoints
6-
tsconfig.tsbuildinfo
6+
tsconfig.tsbuildinfo
7+
*.tgz

binder/postBuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -eux
33
npm install
4+
npm build
45
jupyter labextension install $(npm pack .) --no-build --debug
56
jupyter lab build --dev-build=False --minimize=True --debug

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"scripts": {
2828
"build": "node scripts/copyfiles.js && tsc",
2929
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
30-
"watch": "tsc -w",
31-
"prepublish": "npm run clean && npm run build"
30+
"watch": "tsc -w"
3231
},
3332
"dependencies": {
3433
"@jupyterlab/application": "^2.0.0",

0 commit comments

Comments
 (0)