File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ unset PREFIX npm_config_prefix
4
+ export NVM_DIR=" $HOME /.nvm"
5
+ [ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" # This loads nvm
6
+
7
+ npx lerna bootstrap --force-local
8
+
9
+ # cd workspaces/node-solid-server
10
+ # nvm use --delete-prefix
11
+ # ./bin/solid-test start --root ./data --port 8443 --ssl-key ../privkey.pem --ssl-cert ../fullchain.pem & # & to run in background
12
+
13
+ cd workspaces/css-mashlib
14
+ nvm use --delete-prefix
15
+ npm run start:clean & # & to run in background
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ unset PREFIX npm_config_prefix
4
+ export NVM_DIR=" $HOME /.nvm"
5
+ [ -s " $NVM_DIR /nvm.sh" ] && \. " $NVM_DIR /nvm.sh" # This loads nvm
6
+
7
+ npx lerna bootstrap --force-local
8
+
9
+ cd workspaces/node-solid-server
10
+ nvm use --delete-prefix
11
+ ./bin/solid-test start --root ./data --port 8443 --ssl-key ../privkey.pem --ssl-cert ../fullchain.pem & # & to run in background
12
+
You can’t perform that action at this time.
0 commit comments