Skip to content

Commit

Permalink
fix: package build returns code
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley committed Feb 10, 2022
1 parent a41590a commit 5cfd961
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 @@ -5,7 +5,7 @@
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"I am building\" && && exit 0"
"build": "echo \"I am building\" && exit 0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@jpbnetley"
Expand Down

0 comments on commit 5cfd961

Please sign in to comment.