We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcacf74 commit 29420e8Copy full SHA for 29420e8
client/package.json
@@ -35,8 +35,7 @@
35
"serve-ci": "serve -l 8000 -c serve.json public",
36
"prestand-alone": "pnpm run prebuild",
37
"stand-alone": "gatsby develop",
38
- "test": "vitest",
39
- "validate-keys": "tsx --tsconfig ../tsconfig.json ../tools/scripts/lint/validate-keys"
+ "test": "vitest"
40
},
41
"dependencies": {
42
"@babel/plugin-proposal-export-default-from": "7.23.3",
tools/scripts/lint/validate-keys.ts
0 commit comments