Skip to content

Commit

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

0 comments on commit 6722084

Please sign in to comment.