Skip to content

Commit 7046be5

Browse files
committed
Use --no-build flag when running yarn run link
1 parent 5ce0cf2 commit 7046be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"scripts": {
44
"build": "lerna run --parallel build",
5-
"link": "lerna exec --parallel -- jupyter labextension link .",
5+
"link": "lerna exec --parallel -- jupyter labextension link . --no-build",
66
"publish": "lerna publish --git-remote jupyterlab",
77
"watch": "lerna run --parallel watch"
88
},

0 commit comments

Comments
 (0)