Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Zolesio committed Jan 25, 2024
1 parent 4617755 commit c1e99f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "main" # Change this if not your default branch
paths:
- 'package.json'
- '.github/workflows/npm-publish.yml'
jobs:
publish:
runs-on: ubuntu-latest
Expand All @@ -14,6 +15,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
registry-url: https://registry.npmjs.org/
- name: install
run: yarn install
- run: (cd demo-react/app; yarn install)
Expand Down

0 comments on commit c1e99f0

Please sign in to comment.