We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab90b2 commit 3f26e43Copy full SHA for 3f26e43
1 file changed
.github/workflows/create-release.yml
@@ -68,6 +68,8 @@ jobs:
68
with:
69
node-version: ${{ env.node-version }}
70
71
+ - run: npm clean-install
72
+
73
- name: npm version ${{ needs.prepare.outputs.version }}
74
run: |
75
npm version ${{ needs.prepare.outputs.version }} \
@@ -76,8 +78,6 @@ jobs:
76
78
--no-workspaces-update \
77
79
--workspaces
80
- - run: npm clean-install
-
81
- env:
82
NODE_ENV: production
83
run: npm run build
0 commit comments