Skip to content

Commit

Permalink
Merge pull request #61 from kheiakiyama/publish
Browse files Browse the repository at this point in the history
Fix build command
  • Loading branch information
kheiakiyama authored Jan 2, 2024
2 parents 78ba2f9 + 652b6cc commit d32ae14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
uses: actions/setup-node@v2

- name: Install deps and build
run: npm run all
run: |
npm install
npm run all
# Compile dist/index.js and bundle with action.yml
# Force push major and minor tags, e.g. v1, v1.0
# See documentation: https://github.com/JasonEtco/build-and-tag-action
Expand Down

0 comments on commit d32ae14

Please sign in to comment.