Skip to content

Commit 7ee6179

Browse files
authored
Merge pull request #156 from silx-kit/fix-contributing
Add "install:extension" command (again?) so that CONTRIBUTING commands go through
2 parents 106e677 + 5823515 commit 7ee6179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"build:labextension": "jupyter labextension build .",
4545
"build:labextension:dev": "jupyter labextension build --development True --source-map True .",
4646
"build:lib": "tsc --project tsconfig.build.json",
47+
"install:extension": "jlpm build",
4748
"clean": "jlpm run clean:lib",
4849
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
4950
"clean:labextension": "rimraf jupyterlab_h5web/labextension",

0 commit comments

Comments
 (0)