Skip to content

Commit

Permalink
try adding a clean action
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 5, 2024
1 parent 6ea8a44 commit 17118a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- name: Output package json
# working-directory: ./examples/simple
run: cat package.json
# - name: Clean repo
# run: rm -rf .husky && rm package.json && rm package-lock.json && rm -rf core && rm -rf plugins
- name: Clean repo
run: rm package.json && rm package-lock.json && rm -rf core && rm -rf plugins
working-directory: /
- name: Show content
run: ls
- name: Setup repo
Expand Down

0 comments on commit 17118a8

Please sign in to comment.