Skip to content

Commit 3f26e43

Browse files
authored
Update create-release.yml
1 parent dab90b2 commit 3f26e43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
with:
6969
node-version: ${{ env.node-version }}
7070

71+
- run: npm clean-install
72+
7173
- name: npm version ${{ needs.prepare.outputs.version }}
7274
run: |
7375
npm version ${{ needs.prepare.outputs.version }} \
@@ -76,8 +78,6 @@ jobs:
7678
--no-workspaces-update \
7779
--workspaces
7880
79-
- run: npm clean-install
80-
8181
- env:
8282
NODE_ENV: production
8383
run: npm run build

0 commit comments

Comments
 (0)