1 parent 68abc19 commit f83500cCopy full SHA for f83500c
1 file changed
package.json
@@ -8,6 +8,7 @@
8
"scripts": {
9
"build": "nest build",
10
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
11
+ "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
12
"start": "nest start",
13
"start:dev": "nest start --watch",
14
"start:debug": "nest start --debug --watch",
0 commit comments