Skip to content

Commit b450e25

Browse files
committed
misc: Remove prepublishOnly step
1 parent 1735ed2 commit b450e25

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
@@ -13,7 +13,6 @@
1313
"scripts": {
1414
"build": "npm publish --dry-run",
1515
"prepare": "npm run clean && webpack --bail && tsc --build tsconfig.dist.cjs.json tsconfig.dist.esm.json && tsimp tools/fix-ext.mts --mjs dist.esm/*.js dist.esm/*/*.js && tsimp tools/fix-ext.mts --cjs dist.cjs/*.js dist.cjs/*/*.js",
16-
"prepublishOnly": "npm run test:dist",
1716
"clean": "rimraf build dist dist.*",
1817
"test": "mocha 'test/**/*.test.ts'",
1918
"test:dist": "npm run lint && npm run test && npm run test:deno",

0 commit comments

Comments
 (0)