Skip to content

Commit 8d307f1

Browse files
committed
add contributors:generate generate script to package.json
1 parent 25c395a commit 8d307f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
"clean:more": "jlpm clean && rimraf build dist MANIFEST",
2020
"clean:labextension": "rimraf jupyterlab_git/labextension",
2121
"clean:slate": "jlpm clean:more && jlpm clean:labextension && rimraf node_modules",
22-
"watch": "tsc -w",
23-
"test": "jest",
22+
"contributors:generate": "jlpm run all-contributors generate",
2423
"lint": "tslint --project .",
25-
"tslint-check": "tslint-config-prettier-check ./tslint.json"
24+
"test": "jest",
25+
"tslint-check": "tslint-config-prettier-check ./tslint.json",
26+
"watch": "tsc -w"
2627
},
2728
"files": [
2829
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",

0 commit comments

Comments
 (0)