Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 28, 2024
1 parent eb177af commit f72dcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"prettier:fix": "npm run prettier -- --write",
"start": "NODE_ENV=production node ./server",
"develop": "NODE_ENV=development node ./server",
"test": "test.sh",
"test": "./test.sh",
"versions": "npx dependency-version-checker check",
"watch": "test.sh watch"
"watch": "./test.sh watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f72dcb5

Please sign in to comment.