Skip to content

Commit

Permalink
decouple build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen-r committed Oct 21, 2024
1 parent d304adf commit f7f9c66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3

- name: Build package
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
run: |
npm install
npm run build

- run: npm install
- run: npm build

- name: Publish to NPM
run: |
Expand Down

0 comments on commit f7f9c66

Please sign in to comment.