Skip to content

Commit

Permalink
chore: fix prepublish via prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Sep 13, 2024
1 parent 911bece commit 2b7dd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jest": "npx jest",
"lint": "npm run build && eslint --ext .js,.ts,.tsx *.js src test --color",
"mocha": "mocha",
"prepack": "npm run build",
"prepare": "npx sort-package-json",
"test": "npm run build && npm run jest",
"test:ci": "npm run build && npm run test --coverage && npm run coveralls",
Expand Down

0 comments on commit 2b7dd32

Please sign in to comment.