Skip to content

Commit 8bd9021

Browse files
authored
chore: fix release workflow (#8716)
1 parent 0c6f172 commit 8bd9021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"generate:version": "node ./scripts/generate-version.js",
7979
"dev": "rollup -cw",
8080
"posttest": "agadoo src/internal/index.js",
81-
"prepublishOnly": "pnpm lint && pnpm build && pnpm test",
81+
"prepublishOnly": "pnpm build",
8282
"types": "node ./scripts/generate-dts.js",
8383
"lint": "eslint \"{src,test}/**/*.{ts,js}\" --cache"
8484
},

0 commit comments

Comments
 (0)