Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Dec 17, 2023
1 parent 816ee14 commit d1957f6
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"build": "pnpm build:vite && pnpm build:script && pnpm build:removeExport && pnpm build:removeInline",
"build:prod": "pnpm build:replaceGeckoId -- FF_ID && pnpm build:dev",
"build:prod": "pnpm build:replaceGeckoId -- FF_ID && pnpm build",
"build:vite": "vite build",
"build:script": "tsc --p scripts/extension/tsconfig.json",
"build:removeExport": "node scripts/project/removeExportFromScript.cjs",
Expand Down

0 comments on commit d1957f6

Please sign in to comment.