Skip to content

Commit 332a209

Browse files
chore: add top level script for ava usage (#1837)
1 parent 02b099e commit 332a209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"lint.prune": "ts-prune --error -p tsconfig.prune.json --ignore \"used in module\" --skip \".d.ts\"",
3636
"format": "prettier --write . && lerna run --no-bail --stream format",
3737
"clean": "node ./scripts/clean.mjs",
38-
"docs": "cd packages/docs && pnpm run maybe-install-deps-and-build-docs"
38+
"docs": "cd packages/docs && pnpm run maybe-install-deps-and-build-docs",
39+
"ava": "pnpm -C packages/test exec ava"
3940
},
4041
"dependencies": {
4142
"@temporalio/client": "workspace:*",

0 commit comments

Comments
 (0)