Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cogor authored Oct 26, 2023
1 parent 7040cf2 commit 1b8f204
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm build:types
- run: npm test:unit
- run: npm build:package
- run: npm story:build
- run: npm run build:types
- run: npm run test:unit
- run: npm run build:package
- run: npm run story:build

0 comments on commit 1b8f204

Please sign in to comment.