Skip to content

Commit

Permalink
refactor: combine the prettier and build script
Browse files Browse the repository at this point in the history
  • Loading branch information
montasim committed Jun 27, 2024
1 parent 154d0d3 commit 563639d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"start": "node ./build/server.js",
"dev": "nodemon server.js",
"build": "node terser.js",
"build": "yarn prettier:fix && node terser.js",
"prettier:check": "prettier . --check",
"prettier:fix": "prettier . --write",
"test": "jest",
Expand Down

0 comments on commit 563639d

Please # to comment.