Skip to content

Commit

Permalink
fix: update release conf
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 26, 2022
1 parent e94b8e0 commit a67985c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/a/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"random.txt"
],
"release": {
"buildCmd": "yarn build",
"buildCmd": "yarn && yarn build",
"testCmd": "yarn test",
"fetch": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node ./index.js"
},
"release": {
"buildCmd": "yarn build",
"buildCmd": "yarn && yarn build",
"testCmd": "yarn test",
"ghPages": "docs gh-pages c",
"fetch": true
Expand Down

0 comments on commit a67985c

Please sign in to comment.