Skip to content

Commit

Permalink
trying to improve clean script...
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 3, 2024
1 parent 6722084 commit 10c9c24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 21.x
cache: 'npm'
- name: Change package version for editor
uses: MYXOMOPX/modify-pkg-json@master
with:
target: ./examples/simple/package.json
save_to: ./examples/simple/package.json
action: 'set_devdep_version'
argument: '@magic-circle/editor *'

- name: Change package version for client
uses: MYXOMOPX/modify-pkg-json@master
with:
Expand All @@ -37,7 +35,7 @@ jobs:
working-directory: ./examples/simple
run: cat package.json
- name: Clean repo
run: rm package.json && rm -rf .husky
run: rm package.json && rm package-lock.json && rm -rf .husky
- name: Setup repo
working-directory: ./examples/simple
run: npm ci
Expand Down

0 comments on commit 10c9c24

Please sign in to comment.