Skip to content

Commit

Permalink
package: remove prepack step
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Feb 29, 2024
1 parent 554a4bf commit c4dba94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"build": "npm run build:tsc && npm run build:rollup",
"prebuild": "rimraf dist/",
"postbuild": "node scripts/postbuild-esm.js",
"prepack": "npm run build && npm run test",
"test": "jest --verbose",
"test:browser": "jest --verbose tests/browser",
"test:node": "jest --verbose --testPathIgnorePatterns tests/browser",
Expand Down

0 comments on commit c4dba94

Please sign in to comment.