Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesus committed Jan 18, 2022
1 parent 5813574 commit 8846c50
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 161 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"build": "tsc",
"start": "NODE_PATH=./dist/src NODE_ENV=production node dist/src/server.js",
"test": "jest --no-watchman",
"lint-format": "prettier -c ./src/**/*.{ts,tsx}",
"fix-format": "prettier -w ./src/**/*.{ts,tsx}"
"lint-format": "prettier -c ./src/**/*.ts",
"fix-format": "prettier -w ./src/**/*.ts"
},
"dependencies": {
"@discordjs/builders": "^0.8.1",
Expand Down
Loading

0 comments on commit 8846c50

Please sign in to comment.