summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvan Senter <[email protected]>2025-04-19 18:07:24 +0100
committerGitHub <[email protected]>2025-04-19 18:07:24 +0100
commit0c9e1ef61be7db53e6e73b7208b649cd8cbed6c3 (patch)
treec2c6bfad0564f461971a61e958658a96d291caee /package.json
parentd9ad2a74ae8c2bf4cac68d16d765314aab28b45d (diff)
Adding some simple tests. (#54)
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 50dcaaee..0ac89cc4 100644
--- a/package.json
+++ b/package.json
@@ -14,6 +14,7 @@
"lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .",
+ "preflight": "npm run format --workspaces --if-present && npm run lint --workspaces --if-present && npm run test --workspaces --if-present",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"devDependencies": {