We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1acd8 commit 4a87f9eCopy full SHA for 4a87f9e
package.json
@@ -33,6 +33,7 @@
33
"type:all": "node scripts/type.mjs",
34
"// Testing": "",
35
"test": "node scripts/test-monorepo.mjs",
36
+ "typecheck": "tsgo --noEmit",
37
"test:all": "node scripts/test-monorepo.mjs --all",
38
"test:unit": "pnpm --filter @socketsecurity/cli run test:unit",
39
"pretest:all": "pnpm run build",
0 commit comments