diff --git a/frontend/package.json b/frontend/package.json index 20c17021..ea34f877 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,11 +13,11 @@ "check": "cross-env NODE_ENV=production run-s build && run-p check:*", "check:types": "tsc -p tsconfig.json --noEmit", "check:translation": "run-s translation:extract translation:check", - "lint:eslint": "eslint --max-warnings=0 '**/*.{ts?(x),js}'", - "lint:stylelint": "stylelint 'app/**/*.css' 'templates/**'", + "lint:eslint": "eslint --max-warnings=0 \"**/*.{ts?(x),js}\"", + "lint:stylelint": "stylelint \"app/**/*.css\" \"templates/**\"", "size": "cross-env NODE_ENV=production npm run build && size-limit", - "prettier": "prettier --write './**/*.{js,ts,tsx,css,html}'", - "translation:extract": "formatjs extract --out-file=./extracted-messages/messages.json '**/!(*.d).ts?(x)'", + "prettier": "prettier --write \"./**/*.{js,ts,tsx,css,html}\"", + "translation:extract": "formatjs extract --out-file=./extracted-messages/messages.json \"**/!(*.d).ts?(x)\"", "translation:generate": "node ./tasks/generateDictionary.js", "translation:check": "node ./tasks/checkTranslation.js" },