Skip to content

Commit

Permalink
Change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
allanhortle committed Oct 9, 2023
1 parent f2f4ea9 commit ae811bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/enty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "yarn tsdx lint src",
"prepublishOnly": "yarn build",
"test": "yarn jest",
"test-all": "yarn lint && yarn test && yarn build",
"test:all": "yarn lint && yarn test && yarn build",
"watch": "yarn tsdx watch",
"size": "size-limit",
"analyze": "size-limit --why"
Expand Down

0 comments on commit ae811bc

Please sign in to comment.