Skip to content

Commit 6522c15

Browse files
authored
fix: quote glob based script commands (#21)
1 parent 7fe1fc1 commit 6522c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"start": "next start",
99
"lint": "next lint",
1010
"lint:fix": "next lint --fix",
11-
"lint:strict": "next lint '*/**/*.{js,jsx,ts,tsx}'",
12-
"format": "prettier --write */**/*.{js,jsx,json,ts,tsx,scss,css,md}",
11+
"lint:strict": "next lint \"*/**/*.{js,jsx,ts,tsx}\"",
12+
"format": "prettier --write \"**/*.{js,jsx,json,ts,tsx,css,md}\"",
1313
"typecheck": "tsc --noEmit",
1414
"prepare": "husky",
1515
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)