Skip to content

Commit

Permalink
Fix npm scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexeenco committed Sep 16, 2022
1 parent b03133c commit 1dd5220
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 @@ -10,7 +10,7 @@
"build:production": "npm run build -- --env-name production",
"build:firefox": "npm run build",
"postbuild:firefox": "cross-var yvar ./dist/manifest-v2.json ./dist/manifest.json --VERSION $npm_package_version",
"build:firefox:production": "npm run build:firefox -- --env-name production",
"build:firefox:production": "npm run build:firefox -- -- --env-name production",
"coverage:ci": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --ci --coverage",
"lint": "eslint --ext .js,.mjs ./src/js/",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
Expand Down

0 comments on commit 1dd5220

Please sign in to comment.