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 f96a618 commit de6c634Copy full SHA for de6c634
.github/workflows/release.yml
@@ -9,6 +9,7 @@ on:
9
- ".changeset/**"
10
- ".github/**"
11
- "packages/**"
12
+ - "package.json"
13
branches:
14
- main
15
package.json
@@ -12,7 +12,7 @@
"prepare": "husky install && npm run build",
"tsc": "npm run tsc -ws",
"changeset": "changeset",
- "release": "npm run build && npm test && changeset publish"
+ "release": "npm install && npm test && changeset publish"
16
},
17
"engines": {
18
"node": ">=14.0.0",
0 commit comments