Skip to content

Commit

Permalink
Merge pull request #389 from SalesforceCommerceCloud/fix/publish_work…
Browse files Browse the repository at this point in the history
…flow

fix publish workflow @W-13761984@
  • Loading branch information
joeluong-sfcc authored Sep 13, 2023
2 parents 95c2ce6 + 0e2c28d commit 2cb7ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm install snyk --legacy-peer-deps
- run: npm run snyk:auth ${{ secrets.SNYK_TOKEN }}
- run: npm ci --legacy-peer-deps
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit 2cb7ba1

Please sign in to comment.