Skip to content

Commit

Permalink
add to action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Nov 24, 2023
1 parent a2f4410 commit fd6c220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ jobs:
- name: Unit Tests
run: pnpm run test --run

- name: benchmarks
run: pnpm run bench --run

- name: Build
run: pnpm run build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
],
"scripts": {
"test": "vitest typecheck",
"bench": "vitest bench",
"check": "tsc",
"lint": "eslint --ext=js,ts .",
"build": "rollup -c scripts/rollup.config.mjs",
Expand Down

0 comments on commit fd6c220

Please sign in to comment.