Skip to content

Commit fcdf5dd

Browse files
committed
Add PR checks shortcut to package.json
1 parent 3368848 commit fcdf5dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"ava": "npm run transpile && ava --verbose",
1313
"test": "npm run ava -- src/",
1414
"test-debug": "npm run test -- --timeout=20m",
15-
"transpile": "tsc --build --verbose tsconfig.json"
15+
"transpile": "tsc --build --verbose tsconfig.json",
16+
"update-pr-checks": "pr-checks/sync.sh"
1617
},
1718
"license": "MIT",
1819
"workspaces": [

0 commit comments

Comments
 (0)