We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378d5c8 commit 095896eCopy full SHA for 095896e
.github/workflows/CD.yml
@@ -17,6 +17,7 @@ jobs:
17
git config --global user.name "JeremyDolle"
18
git config --global user.email "[email protected]"
19
npm version ${{ github.event.release.tag_name }}
20
+ - run: npm ci --omit=dev --ignore-scripts
21
- uses: JS-DevTools/npm-publish@v1
22
with:
23
token: ${{ secrets.NPM_TOKEN }}
@@ -36,6 +37,7 @@ jobs:
36
37
38
39
40
41
42
43
0 commit comments