Skip to content

Commit

Permalink
shamefully make the test script a no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed May 16, 2023
1 parent 3613edc commit fdea4d4
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 @@ -17,7 +17,7 @@
"scripts": {
"build": "tsup index.ts --format esm,cjs --clean",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
"test": ""
},
"keywords": [
"spacetraders",
Expand Down

0 comments on commit fdea4d4

Please sign in to comment.