Skip to content

Commit 25df349

Browse files
committed
fix: don't do codegen
1 parent a7cf65c commit 25df349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"repository": "escapace/env",
522522
"scripts": {
523523
"codegen": "tsx scripts/codegen.ts",
524-
"build": "pnpm run codegen && tsx scripts/build.ts",
524+
"build": "tsx scripts/build.ts",
525525
"format": "eslint --no-warn-ignored --fix && prettier -uw .",
526526
"lint": "ls-lint --config .ls-lint.yaml && knip --no-config-hints && eslint",
527527
"ls-lint": "ls-lint --config .ls-lint.yaml",

0 commit comments

Comments
 (0)