Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed Dec 13, 2023
1 parent 2da620f commit a8b0225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"start:docker": "node ./src/app.js",
"clean-css": "cleancss --batch static/*.css -o dist/static --batch-suffix \"\"",
"dev": "tsc-watch --onSuccess \"node ./dist/src/app.js\"",
"format": "prettier --write ."
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"keywords": [],
"authors": [
Expand Down

0 comments on commit a8b0225

Please sign in to comment.