-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#9 adding installation script for the example application, use yalc f…
…or the example
- Loading branch information
Showing
4 changed files
with
578 additions
and
143 deletions.
There are no files selected for viewing
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
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,15 @@ | ||
#!/bin/bash | ||
set -e | ||
|
||
echo "=== Install / Update script for PsyNeuLinkViewer and meta-diagram ===" | ||
|
||
npm -g install yalc | ||
|
||
cd ../ | ||
yarn && yarn run build:dev && yalc push --changed | ||
cd example | ||
|
||
yalc add @metacell/meta-diagram | ||
rm -rf node_modules/ | ||
yarn | ||
yarn run start |
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
Oops, something went wrong.