Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Jul 20, 2021
1 parent 5bf3708 commit e363d41
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 @@ -4,7 +4,7 @@
"version": "0.1.1",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"build": "run-p 'tsup:* --dts --minify'",
"build": "run-p 'tsup:* -- --dts --minify'",
"clean": "shx rm -rf lib",
"dev": "yarn tsup:cjs --watch",
"prepare": "husky install",
Expand Down

0 comments on commit e363d41

Please sign in to comment.