Skip to content

Commit fd7d807

Browse files
committed
fix: Remove prepublish script
1 parent 03f18ad commit fd7d807

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"test": "npx jest",
88
"test:watch": "jest --watch",
99
"build": "npm run test && rollup --config rollup.config.ts --configPlugin typescript && npm run generate-types",
10-
"prepublishOnly": "npm run build",
1110
"generate-types": "tsc --project tsconfig.types.json && rollup --config rollup.types.config.ts --configPlugin typescript && rm -rf ./dist/types"
1211
},
1312
"repository": {

0 commit comments

Comments
 (0)