Skip to content

Commit

Permalink
Github Action publish fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
CheckSanity authored Aug 3, 2023
1 parent ac20cf2 commit b22ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm install -g microbundle && npm install --production && npm run build
run: npm install -g microbundle && npm install && npm run build
- name: Publish package on NPM 📦
run: npm publish
env:
Expand Down

0 comments on commit b22ce62

Please sign in to comment.