Skip to content

Commit

Permalink
Fix history and nowvis npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoFelipe committed Aug 5, 2024
1 parent 85115f1 commit e5cf789
Show file tree
Hide file tree
Showing 9 changed files with 8,563 additions and 9,517 deletions.
6 changes: 6 additions & 0 deletions history/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions npm/dev.bat
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
Loading

0 comments on commit e5cf789

Please sign in to comment.