Skip to content

Commit

Permalink
chore: fix test:build
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Oct 20, 2024
1 parent 91e90ba commit 15f98e0
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 @@ -19,7 +19,7 @@
"prepare": "pnpm simple-git-hooks",
"prepublishOnly": "bun scripts/prepublishOnly.ts",
"size": "size-limit",
"test:build": "publint --strict ./src && attw --pack ./src --ignore-rules false-esm",
"test:build": "publint --strict ./src",
"typecheck": "tsc --noEmit",
"version:update": "bun scripts/updateVersion.ts"
},
Expand Down

0 comments on commit 15f98e0

Please sign in to comment.