Skip to content

Commit

Permalink
chore: Update test script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed May 18, 2024
1 parent eff3608 commit 4f310dd
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 @@
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"test": "jest",
"test": "echo \"Error: no test specified\" && exit 1",
"sample": "npm run build && node dist/sample.js",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 4f310dd

Please sign in to comment.