Skip to content

Commit

Permalink
add missing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
mckelveygreg committed Dec 9, 2021
1 parent 4848e89 commit d610712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions ci-publish/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ module.exports = function task({
{
run: "yarn",
},
{
run: "yarn build",
},
{
run: "npm publish",
env: {
Expand Down

0 comments on commit d610712

Please sign in to comment.