Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Jul 21, 2024
1 parent 5fdb9d8 commit e7cffd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- run: pnpm i --frozen-lockfile
- run: pnpm biome check . && pnpm test && pnpm build
1 change: 0 additions & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@typed-binary/examples",
"scripts": {
"prepare": "pnpm -w run build",
"example:binaryMesh": "tsx binaryMesh/index.ts",
"example:customSchema": "tsx customSchema/index.ts",
"example:dog": "tsx dog/index.ts",
Expand Down

0 comments on commit e7cffd7

Please sign in to comment.