Skip to content

Commit

Permalink
added a few more commands that are utilized for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
blakmatrix committed Jan 3, 2024
1 parent 272485c commit b879864
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm run docs:code
env:
NODE_OPTIONS: --max-old-space-size=4096
NO_COLOR: true

0 comments on commit b879864

Please sign in to comment.