Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Jan 19, 2024
1 parent 1f6a5f2 commit 2411d88
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 @@ -12,7 +12,7 @@
"dev": "node build.js",
"typecheck": "tsc --noEmit source/*.ts",
"start:chrome": "web-ext run -t chromium",
"build": "cross-env NODE_ENV=\"production\" node esbuild.js && web-ext build --overwrite-dest",
"build": "cross-env NODE_ENV=\"production\" node build.js && web-ext build --overwrite-dest",
"lint": "eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"web-ext-lint": "cross-env NODE_ENV=\"production\" node esbuild.js && web-ext lint",
Expand Down

0 comments on commit 2411d88

Please sign in to comment.