Skip to content

Commit

Permalink
chore: add format check script
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijnK committed Jan 10, 2024
1 parent 2c2618b commit 25a6782
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"start": "node .",
"dev": "nodemon --config nodemon.json src/index.ts",
"deploy": "cross-env IS_SCRIPT=true ts-node src/scripts/deploy",
"deploy-prod": "cross-env NODE_ENV=production npm run deploy",
"deploy:prod": "cross-env NODE_ENV=production npm run deploy",
"clear": "cross-env IS_SCRIPT=true ts-node src/scripts/clear",
"format": "prettier --write ./src"
"format": "prettier --write ./src",
"format:check": "prettier --check ./src"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 25a6782

Please sign in to comment.