Skip to content

Commit

Permalink
Update pakcage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
StarLederer committed Mar 17, 2023
1 parent 449928b commit 4ac9434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .npmpack

This file was deleted.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@
}
},
"type": "module",
"files": [
"lib"
],
"scripts": {
"prepack": "pnpm run build && cp .gitignore .npmignore && cat .npmpack >> .npmignore",
"postpack": "rm .npmignore",
"prepack": "pnpm run build",
"dev": "pnpm run build --watch",
"build": "tsup",
"test": "jest",
Expand Down

0 comments on commit 4ac9434

Please sign in to comment.