We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011b619 commit b9beaadCopy full SHA for b9beaad
.github/workflows/release-please.yml
@@ -37,7 +37,6 @@ jobs:
37
38
- run: npm i -g @antfu/ni
39
- run: nci
40
- - run: nr build
41
42
- name: Publish package
43
run: npm publish
package.json
@@ -37,10 +37,10 @@
},
"scripts": {
"build": "tsdown",
- "prepare": "npx simple-git-hooks && pnpm build",
"lint": "eslint .",
"test": "vitest",
- "typecheck": "tsc --noEmit"
+ "typecheck": "tsc --noEmit",
+ "prepublishOnly": "pnpm build"
44
45
"peerDependencies": {
46
"@rspack/cli": "*",
0 commit comments