Skip to content

Commit 9c8c961

Browse files
committed
BC-11368 - Update .prettierignore and package.json formatting script
1 parent be12c6c commit 9c8c961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ansible
22
.github
3-
**/authorization-api-client/*.*
3+
**/authorization-api-client/**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"build": "nest build",
15-
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
15+
"format": "prettier --write \"src/**/*.ts\"",
1616
"start": "nest start server",
1717
"start:server:dev": "nest start server --watch",
1818
"start:server:debug": "nest start server --debug --watch",
@@ -88,4 +88,4 @@
8888
"ws": "^8.19.0",
8989
"y-websocket": "^3.0.0"
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)