"develop": "gatsby develop",
"graphql-types": "gql-gen --url http://localhost:8000/___graphql --template typescript --out ./src/@types/graphql-types.d.ts",
"test": "jest",
- "format": "prettier --write --list-different 'src/**/*.{js,ts,tsx,css}'",
- "format-check": "prettier --list-different 'src/**/*.{js,ts,tsx,css}'",
+ "format": "prettier --write --list-different \"src/**/*.{js,ts,tsx,css}\"",
+ "format-check": "prettier --list-different \"src/**/*.{js,ts,tsx,css}\"",
"lint": "eslint --ext js,ts,tsx --quiet src",
"lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report.json src",
"ts-check": "tsc --noEmit",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "jest --passWithNoTests",
- "format": "prettier --write --list-different 'src/main/js/!(libs)/**/*.{js,ts,tsx,css}'",
- "format-check": "prettier --list-different 'src/main/js/!(libs)/**/*.{js,ts,tsx,css}'",
+ "format": "prettier --write --list-different \"src/main/js/!(libs)/**/*.{js,ts,tsx,css}\"",
+ "format-check": "prettier --list-different \"src/main/js/!(libs)/**/*.{js,ts,tsx,css}\"",
"lint": "eslint --ext js,ts,tsx --quiet src/main/js",
"lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report.json src/main/js",
"ts-check": "tsc --noEmit",
"build": "node scripts/build.js",
"build-release": "node scripts/build.js release",
"test": "jest",
- "format": "prettier --write --list-different 'src/main/js/**/*.{js,ts,tsx,css}'",
- "format-check": "prettier --list-different 'src/main/js/**/*.{js,ts,tsx,css}'",
+ "format": "prettier --write --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"",
+ "format-check": "prettier --list-different \"src/main/js/**/*.{js,ts,tsx,css}\"",
"lint": "eslint --ext js,ts,tsx --quiet src/main/js",
"lint-report": "eslint --ext js,ts,tsx -f json -o eslint-report.json src/main/js",
"ts-check": "tsc --noEmit",