Skip to content

Commit

Permalink
ci: fix ci don't exit using npm or pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 27, 2024
1 parent b32431d commit 893cb71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2e/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import path from 'pathe';
import handler from 'serve-handler';
import { promisify } from 'util';
import { test } from 'vitest';
import yargsParser from 'yargs-parser';

const execAsync = promisify(exec);
const tnfPath = path.join(process.cwd(), 'bin/tnf.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"compile": "tsx scripts/compile.ts",
"changeset": "tsx scripts/changeset.ts && changeset",
"check": "prettier --check .",
"ci": "npm run check && npm run build && npm run tsc && npm run test --run && father doctor",
"ci": "npm run check && npm run build && npm run tsc && npm run test -- --run && father doctor",
"dev": "father dev",
"format": "prettier --write .",
"release": "tsx scripts/release.ts",
Expand Down

0 comments on commit 893cb71

Please sign in to comment.