提交 8d993c72 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

install all npm cli inside wechaty to global

上级 6dc45430
......@@ -72,6 +72,7 @@ RUN npm run dist
RUN sudo npm link \
&& sudo ln -s /wechaty /node_modules/wechaty \
&& sudo ln -s /wechaty/node_modules/* /node_modules/ \
&& sudo ln -s /wechaty/node_modules/.bin/* /usr/local/bin/ \
&& sudo ln -s /wechaty/tsconfig.json / \
&& echo "export * from 'wechaty'" | sudo tee /index.ts \
&& echo 'Linked wechaty to global'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册