Skip to content

Commit

Permalink
Merge pull request #5 from Turizak/lintAndLogging
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
rakazirut authored Aug 23, 2024
2 parents c0c8f44 + c849596 commit f21057e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js",
"build": "node deploy-commands.js",
"build": "node deploy-command.js",
"lint": "prettier . --check",
"fix": "prettier . --write",
"prepare": "husky install"
Expand Down

0 comments on commit f21057e

Please sign in to comment.