From 91ac1b196e93a1b63809b3147b628c6a7373eafb Mon Sep 17 00:00:00 2001 From: Insomnia <282132315@qq.com> Date: Thu, 31 Oct 2019 19:38:47 +0800 Subject: [PATCH] add: npm link to setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ae733f0b..3f06bc21 100755 --- a/setup.sh +++ b/setup.sh @@ -8,4 +8,4 @@ cd js-framework && npm install && npm run build && cd .. cd debugger && 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 ..