Skip to content

Commit de6c634

Browse files
committed
Fix release script in root package.json
1 parent f96a618 commit de6c634

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- ".changeset/**"
1010
- ".github/**"
1111
- "packages/**"
12+
- "package.json"
1213
branches:
1314
- main
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepare": "husky install && npm run build",
1313
"tsc": "npm run tsc -ws",
1414
"changeset": "changeset",
15-
"release": "npm run build && npm test && changeset publish"
15+
"release": "npm install && npm test && changeset publish"
1616
},
1717
"engines": {
1818
"node": ">=14.0.0",

0 commit comments

Comments
 (0)