Skip to content

Commit

Permalink
npm action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellov7 committed Nov 23, 2023
1 parent 4ffb818 commit f71f852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- run: npm install --no-save --no-cache
- run: npm run build
- run: npm run test
# - run: npm run build
# - run: npm run test
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f71f852

Please sign in to comment.