Skip to content

Commit

Permalink
use cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 3, 2024
1 parent 044251c commit 52d5254
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
action: 'set_dep_version'
argument: '@magic-circle/client *'
- name: Output package json
run: cat examples/simple/package.json
working-directory: examples/simple
run: cat package.json
- name: Setup repo
run: cd examples/simple && npm ci
working-directory: examples/simple
run: npm ci
- name: Run Magic Circle
working-directory: examples/simple
run: cd examples/simple && npm run build:editor

0 comments on commit 52d5254

Please sign in to comment.