Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
chore: change npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wjq990112 committed Jul 3, 2021
1 parent 03cc86b commit 5a72b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "rimraf demo/dist && NODE_ENV=development rollup -w -c rollup.config.demo.ts",
"build:pkg": "rimraf dist && rollup -c && copyfiles -f src/index.d.ts dist",
"build:demo": "rimraf demo/dist && rollup -c rollup.config.demo.ts",
"prepublish": "npm run build:pkg"
"prepare": "npm run build:pkg"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit 5a72b1e

@vercel
Copy link

@vercel vercel bot commented on 5a72b1e Jul 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.