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 a510529 commit 5f7f79eCopy full SHA for 5f7f79e
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
- name: Install Dependencies
36
run: pnpm i
37
38
+ - name: PNPM build
39
+ run: pnpm run build
40
+
41
- name: Publish to NPM
42
run: pnpm -r publish --access public --no-git-checks
43
env:
package.json
@@ -7,8 +7,7 @@
7
"lint": "eslint --cache .",
8
"format": "prettier --write .",
9
"typecheck": "tsc --noEmit",
10
- "release": "bumpp -r",
11
- "prepublishOnly": "npm run build"
+ "release": "bumpp -r"
12
},
13
"license": "MIT",
14
"keywords": [
0 commit comments