diff --git a/package.json b/package.json index 6a8aa37..3a1012e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "start-console": "./start-console.sh", "test": "vitest run", "i18n": "./i18n-scripts/build-i18n.sh && node ./i18n-scripts/set-english-defaults.js", - "lint": "yarn eslint src integration-tests --fix && stylelint 'src/**/*.css' --allow-empty-input --fix", + "lint": "yarn eslint src integration-tests && stylelint 'src/**/*.css' --allow-empty-input", + "lint:fix": "yarn eslint src integration-tests --fix && stylelint 'src/**/*.css' --allow-empty-input --fix", "ci": "yarn lint && yarn test && yarn build", "test-cypress": "cd integration-tests && cypress open", "test-cypress-headless": "cd integration-tests && node --max-old-space-size=4096 ../node_modules/.bin/cypress run --browser ${BRIDGE_E2E_BROWSER_NAME:-electron}",