Skip to content

Commit

Permalink
🐛 Wrong syntax in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Mar 15, 2024
1 parent 879043d commit a2ef08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:

- name: Build
run: |
- npm install
- npm run build
npm install
npm run build
- name: Publish package to NPM
run: |
- run: npm publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit a2ef08f

Please sign in to comment.