Skip to content

Commit 413b6a1

Browse files
committed
update package.json
1 parent 7f8dddf commit 413b6a1

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
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"start": "ts-node-dev --respawn src",
3535
"build": "tsc",
36-
"lint": "prettier --check src/**/*.ts",
37-
"lint:fix": "prettier src/**/*.ts --write "
36+
"lint": "prettier --check \"src/**/*.ts\"",
37+
"lint:fix": "prettier \"src/**/*.ts\" --write "
3838
}
3939
}

0 commit comments

Comments
 (0)