Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Apr 5, 2020
1 parent eed2fac commit ee7d42e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"demo": "http-server -c1 -o /demo/index.html",
"build": "tsc --outDir dist/lib --declarationDir dist/types --declaration true && rollup -c",
"start": "rollup -c -w",
"test": "jest"
"test": "jest",
"prepare": "npm run build"
},
"author": "huww98 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ee7d42e

Please sign in to comment.