Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 27, 2024
1 parent 090c767 commit f995c63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
rm -rf capnproto-c++-1.0.2.tar.gz capnproto-c++-1.0.2
- run: pnpm install
- run: pnpm lint
- run: pnpm build --stub
- run: pnpm build
- run: pnpm vitest --coverage
- run: pnpm test:types
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"bench:bun": "bun run ./test/bench/bench.ts",
"bench:node": "node --import jiti/register ./test/bench/bench.ts",
"build": "pnpm build:std && unbuild",
"build:std": "pnpm capnp-es src/capnp/_capnp/*.capnp --src-prefix=src/capnp/_capnp -ots:./src/capnp && prettier -w ./src/capnp",
"build:std": "unbuild --stub && pnpm capnp-es src/capnp/_capnp/*.capnp --src-prefix=src/capnp/_capnp -ots:./src/capnp && prettier -w ./src/capnp",
"capnp-es": "node --import jiti/register ./src/compiler/main.ts",
"dev": "vitest dev",
"lint": "eslint . && prettier -c .",
Expand Down

0 comments on commit f995c63

Please sign in to comment.