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 313bc85 commit e907d85Copy full SHA for e907d85
.github/workflows/release.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: Install Playwright browsers
43
run: npx playwright install
44
45
+ - name: Build
46
+ run: pnpm build
47
+
48
+ - name: Test
49
+ run: pnpm test
50
51
- name: Release
52
run: pnpm release
53
env:
package.json
@@ -117,8 +117,7 @@
117
"clean": "rimraf lib",
118
"build": "pnpm clean && cross-env NODE_ENV=production tsup --splitting",
119
"prepare": "pnpm simple-git-hooks init",
120
- "release": "release publish",
121
- "prepublishOnly": "pnpm build && pnpm test"
+ "release": "release publish"
122
},
123
"files": [
124
"lib",
@@ -211,4 +210,4 @@
211
210
"path": "./node_modules/cz-conventional-changelog"
212
}
213
214
-}
+}
0 commit comments