Skip to content

Commit

Permalink
[TASK] Lint only mv2
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Sep 7, 2022
1 parent f90ecbe commit cce5466
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 @@ -9,7 +9,7 @@
"watch": "node_modules/.bin/webpack --mode=development --watch",
"dev": "yarn watch & sleep 5; mv dist/manifest-v2.json dist/manifest.json && rm dist/manifest-v3.json; node_modules/.bin/web-ext run --browser-console --start-url https://review.typo3.org/c/Packages/TYPO3.CMS/+/72275/ --start-url https://review.typo3.org/c/Packages/TYPO3.CMS/+/72275/13 --start-url review.typo3.org --start-url www.google.de --source-dir=dist --verbose",
"dev:chrome": "yarn watch & sleep 5; mv dist/manifest-v3.json dist/manifest.json && rm dist/manifest-v2.json; node_modules/.bin/web-ext run -t chromium --browser-console --start-url https://review.typo3.org/c/Packages/TYPO3.CMS/+/72275/ --start-url https://review.typo3.org/c/Packages/TYPO3.CMS/+/72275/13 --start-url review.typo3.org --start-url www.google.de --source-dir=dist --verbose",
"lint": "node_modules/.bin/web-ext lint --source-dir=dist --firefox-preview",
"lint": "node_modules/.bin/web-ext lint --source-dir=dist",
"sign:development": "rm -f dist/.web-extension-id; node_modules/.bin/web-ext sign --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET --source-dir=dist/",
"sign:production": "node_modules/.bin/web-ext sign --channel unlist --api-key=$WEB_EXT_API_KEY --api-secret=$WEB_EXT_API_SECRET --source-dir=dist/"
},
Expand Down

0 comments on commit cce5466

Please sign in to comment.