Skip to content

Commit

Permalink
Finishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kevariable committed May 11, 2024
1 parent ae81c08 commit 6aea7b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ yarn-error.log
/.vscode
/.phpstorm.meta.php
/_ide_helper.php
/coverage
/coverage
/dist
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "jest --coverage",
"start": "node dist/index.js",
"dev": "nodemon src/application/web.ts",
"format": "prettier ./src ./tests --write"
"format": "prettier ./src ./tests --write",
"build": "tsc"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 6aea7b6

Please sign in to comment.