-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85115f1
commit e5cf789
Showing
9 changed files
with
8,563 additions
and
9,517 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
cd packages/utils | ||
npm install | ||
npm run build | ||
npm link | ||
|
||
cd ../trial | ||
npm link @noworkflow/utils | ||
npm install | ||
npm run build | ||
npm link | ||
|
||
cd ../history | ||
npm link @noworkflow/utils | ||
npm install | ||
npm run build | ||
npm link | ||
|
||
cd ../nbextension | ||
npm link @noworkflow/utils | ||
npm link @noworkflow/trial | ||
npm link @noworkflow/history | ||
npm install | ||
npm run build | ||
|
||
cd ../nowvis | ||
npm link @noworkflow/utils | ||
npm link @noworkflow/trial | ||
npm link @noworkflow/history | ||
npm install | ||
npm run build | ||
|
||
cd ../labextension | ||
npm link @noworkflow/utils | ||
npm link @noworkflow/trial | ||
npm link @noworkflow/history | ||
jlpm | ||
jlpm build | ||
jupyter labextension link . | ||
jlpm build | ||
jupyter lab build |
Oops, something went wrong.