We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cf65c commit 25df349Copy full SHA for 25df349
package.json
@@ -521,7 +521,7 @@
521
"repository": "escapace/env",
522
"scripts": {
523
"codegen": "tsx scripts/codegen.ts",
524
- "build": "pnpm run codegen && tsx scripts/build.ts",
+ "build": "tsx scripts/build.ts",
525
"format": "eslint --no-warn-ignored --fix && prettier -uw .",
526
"lint": "ls-lint --config .ls-lint.yaml && knip --no-config-hints && eslint",
527
"ls-lint": "ls-lint --config .ls-lint.yaml",
0 commit comments