Skip to content

Commit

Permalink
add firefox specific scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 29, 2024
1 parent 9d25b66 commit 4338fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"prepare": "husky install",
"precommit": "lint-staged",
"dev": "tsx scripts/build.ts --dev",
"dev:firefox": "tsx scripts/build.ts --dev --firefox",
"test": "NODE_OPTIONS=\"--import=tsx --no-warnings\" ava",
"lint": "biome check .",
"types": "tsc",
"build": "tsx scripts/build.ts",
"build:firefox": "tsx scripts/build.ts",
"bump-version": "node scripts/bump-version.js",
"git-release": "node scripts/git-release.js",
"release:amo": "web-ext-submit --source-dir dist",
Expand Down

0 comments on commit 4338fe1

Please sign in to comment.