Skip to content

Commit 095896e

Browse files
committed
🐛(CD): Fix workflow
-
1 parent 378d5c8 commit 095896e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
git config --global user.name "JeremyDolle"
1818
git config --global user.email "[email protected]"
1919
npm version ${{ github.event.release.tag_name }}
20+
- run: npm ci --omit=dev --ignore-scripts
2021
- uses: JS-DevTools/npm-publish@v1
2122
with:
2223
token: ${{ secrets.NPM_TOKEN }}
@@ -36,6 +37,7 @@ jobs:
3637
git config --global user.name "JeremyDolle"
3738
git config --global user.email "[email protected]"
3839
npm version ${{ github.event.release.tag_name }}
40+
- run: npm ci --omit=dev --ignore-scripts
3941
- uses: JS-DevTools/npm-publish@v1
4042
with:
4143
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)