Skip to content

Commit

Permalink
Remove unnecessary flag in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
TfTHacker committed Apr 4, 2024
1 parent feb59a2 commit a808f2e
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 @@ -5,7 +5,7 @@
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"build": "node esbuild.config.mjs production",
"version": "node version-bump.mjs",
"githubaction": "node version-github-action.mjs",
"lint:check": "eslint --ext .ts,.tsx .",
Expand Down

0 comments on commit a808f2e

Please sign in to comment.