Skip to content

Commit

Permalink
feat: 编译
Browse files Browse the repository at this point in the history
Change-Id: Ia24af735153c0f89e81e19c5540c75d6893c8029
  • Loading branch information
meixg committed Dec 12, 2018
1 parent a6e9118 commit f178d29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ npm install @types/lodash @types/node

npm run build

mv ./dist ./output

mkdir output
mv ./dist ./output/dist
mv ./demo ./output/demo

0 comments on commit f178d29

Please sign in to comment.