Skip to content

Commit

Permalink
Add --no-tests to yarn release
Browse files Browse the repository at this point in the history
We don't have any tests, which makes the 'np' script crash
  • Loading branch information
mortnod committed Mar 23, 2021
1 parent 85e19b9 commit 921300f
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 @@ -10,7 +10,7 @@
],
"main": "index.js",
"scripts": {
"release": "np"
"release": "np --no-tests"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 921300f

Please sign in to comment.