Skip to content

Commit

Permalink
Add prettier check shortcut format:check
Browse files Browse the repository at this point in the history
Change-Id: Iedba153243f0613361e761067b24a28d89f0536e
  • Loading branch information
bpedersen2 committed Sep 15, 2023
1 parent f984994 commit 74ae026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prebuild": "rimraf dist",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"migrate:db:up": "node ./node_modules/migrate-mongo/bin/migrate-mongo.js up",
"migrate:db:down": "node ./node_modules/migrate-mongo/bin/migrate-mongo.js down",
"migrate:db:status": "node ./node_modules/migrate-mongo/bin/migrate-mongo.js status",
Expand Down

0 comments on commit 74ae026

Please sign in to comment.