Skip to content

Commit

Permalink
🤷🏻‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton committed May 26, 2024
1 parent 24a93b5 commit 4d2c06f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run build --if-exits
- run: npm run lint --if-exists
- run: npm run test --if-exists
- run: npm run coverage --if-exists
- run: npm run build --if-present
- run: npm run lint --if-present
- run: npm run test --if-present
- run: npm run coverage --if-present
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.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
- run: npm run build --if-exists
- run: npm run format --if-exists
- run: npm run build --if-present
- run: npm run format --if-present
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4d2c06f

Please sign in to comment.