Skip to content

Commit f83500c

Browse files
committed
Add command format:check
1 parent 68abc19 commit f83500c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"build": "nest build",
1010
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
11+
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
1112
"start": "nest start",
1213
"start:dev": "nest start --watch",
1314
"start:debug": "nest start --debug --watch",

0 commit comments

Comments
 (0)