Skip to content

Commit

Permalink
rm lint on prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed May 23, 2024
1 parent 082b5de commit f48d0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"format:check": "prettier --check \"**/*.ts\"",
"lint": "yarn format:check && eslint . --ext .ts && tsc --noEmit -skipLibCheck",
"lint:fix": "yarn format && eslint . --ext .ts --fix",
"build": "yarn run lint && node esbuild.config.mjs production",
"build": "node esbuild.config.mjs production",
"release": "standard-version",
"release-test": "standard-version --dry-run",
"release-major": "standard-version --release-as major",
Expand Down

0 comments on commit f48d0dd

Please sign in to comment.