Skip to content

Commit

Permalink
fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Sep 6, 2024
1 parent 2994182 commit a26c9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"test": "node tools/test.js && npm run lint",
"update-locales": "tx pull --all && node tools/fix-transifex.js && git commit -m \"update locales\" _locales",
"update-transifex": "tx push -s",
"build-chrome": "node npm test && tools/build.js chrome",
"build-firefox": "node npm test && tools/build.js firefox",
"build-chrome": "npm test && node tools/build.js chrome",
"build-firefox": "npm test && node tools/build.js firefox",
"build-icons": "node tools/build-icons",
"build-vendor": "node tools/build-vendor",
"zip": "npm test && node tools/build.js",
Expand Down

0 comments on commit a26c9a4

Please sign in to comment.