Skip to content

Commit

Permalink
chore: test if package.json is correct
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 22, 2023
1 parent 9f8ce17 commit b34e3bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
npm install --force
working-directory: testapps/${{matrix.app}}

- name: Install testapp dependencies with npm
run: |
cat package.json
working-directory: testapps/${{matrix.app}}

- name: Build testapp
run: npm run build
working-directory: testapps/${{matrix.app}}
Expand Down

0 comments on commit b34e3bf

Please sign in to comment.