Skip to content

Commit fb3ad2b

Browse files
committed
fixed escaped quotes
1 parent ada0958 commit fb3ad2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "webpack --mode=production",
1010
"graphql:codegen": "npx graphql-codegen --config codegen.yml",
1111
"test": "echo Tests command not implemented.",
12-
"format:app": "prettier --write \"src\" \"cypress\"",
13-
"format:check:app": "prettier --check \"src/**/*.{js,jsx,ts,tsx,css}\" \"cypress/**/*.{js,jsx,ts,tsx,css}\"",
12+
"format:app": "prettier --write 'src' 'cypress'",
13+
"format:check:app": "prettier --check 'src/**/*.{js,jsx,ts,tsx,css}' 'cypress/**/*.{js,jsx,ts,tsx,css}'",
1414
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
1515
"start-docker": "docker run -d -e FLOW_DEBUG=true -e FLOW_SESSIONCOOKIESSECURE=false -p 8080:8080 gcr.io/dl-flow/playground-api:latest ?",
1616
"snyk-protect": "snyk protect",

0 commit comments

Comments
 (0)