Skip to content

Commit

Permalink
chore: update ci scripts for turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Jul 24, 2023
1 parent 2a072a5 commit e799fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Install
run: npm install
- name: Test
run: npm test
run: npm run test
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm install
- run: npm test
- run: npm whoami; npm --ignore-scripts publish
- run: npm run lint
- run: npm run test
- run: npm whoami; npm --workspaces publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN }}

0 comments on commit e799fd9

Please sign in to comment.