add: npm link to setup.sh
This commit is contained in:
parent
15dd196e79
commit
91ac1b196e
2
setup.sh
2
setup.sh
@ -8,4 +8,4 @@
|
|||||||
cd js-framework && npm install && npm run build && cd ..
|
cd js-framework && npm install && npm run build && cd ..
|
||||||
cd debugger && npm install && npm run build && cd ..
|
cd debugger && npm install && npm run build && cd ..
|
||||||
cd demo && npm install && npm run build && cd ..
|
cd demo && npm install && npm run build && cd ..
|
||||||
cd doric-cli && npm install && cd ..
|
cd doric-cli && npm install && npm link && cd ..
|
||||||
|
Reference in New Issue
Block a user