diff --git a/package.json b/package.json index b6f7a07..ba370a2 100644 --- a/package.json +++ b/package.json @@ -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/" },