Skip to content

Commit

Permalink
Merge pull request #97 from lowercasename/github-actions
Browse files Browse the repository at this point in the history
Dummy test script
  • Loading branch information
lowercasename authored May 12, 2023
2 parents ffc4241 + 8dba9d1 commit 6f7dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc",
"start": "node dist/start.js",
"dev": "nodemon -e ts,js --watch src --exec \"pnpm run build ; pnpm run start\"",
"test": "./test.sh"
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=16.16.0"
Expand Down

0 comments on commit 6f7dd90

Please sign in to comment.