Skip to content

Commit

Permalink
Move to npm, fix prettier path
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasG19 committed Apr 21, 2024
1 parent bf0a814 commit 2594fde
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 9 deletions.
35 changes: 35 additions & 0 deletions web/package-lock.json

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

6 changes: 5 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
"license": "GNU GPL V3",
"private": true,
"scripts": {
"check-format": "yarn prettier --check ."
"check-format": "npx prettier --check ./src"
},
"devDependencies": {
"prettier": "2.8.8"
},
"engines": {
"node": "^20",
"npm": ">= 10.2.4"
}
}
8 changes: 0 additions & 8 deletions web/yarn.lock

This file was deleted.

0 comments on commit 2594fde

Please sign in to comment.