Skip to content

Commit

Permalink
removes redundant lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 5, 2024
1 parent 4e40fab commit 2157138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,213 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
working-directory: ./examples/simple
run: cat package.json
- name: Clean repo
run: rm -rf .husky && rm examples/simple/package-lock.json
run: rm -rf .husky && rm package.json && rm package-lock.json
- name: Show content
run: cd examples/simple && ls
- name: Setup repo
# working-directory: ./examples/simple
run: cd ./examples/simple && npm i
run: cd examples/simple && npm i
- name: Run Magic Circle
working-directory: ./examples/simple
run: npm run build:editor
Loading

0 comments on commit 2157138

Please sign in to comment.