Skip to content

Commit

Permalink
Merge pull request #29 from Expensify/cmartins-fixPublish
Browse files Browse the repository at this point in the history
fix: publish script
  • Loading branch information
AndrewGable authored Aug 3, 2023
2 parents fdc022a + 2dcef61 commit 9baf60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build package
run: npm run build
run: npm run prepare

- name: Publish to npm
run: npm publish
Expand Down

0 comments on commit 9baf60a

Please sign in to comment.