Skip to content

Commit

Permalink
chore: 🐛 add test script
Browse files Browse the repository at this point in the history
so np won't throw
  • Loading branch information
nnmrts committed Jan 17, 2021
1 parent 1fd6c3a commit fc09f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"np": "^7.2.0"
},
"scripts": {
"release": "np --no-cleanup --no-2fa"
"release": "np --no-cleanup --no-2fa",
"test": "echo 'no tests yet'"
}
}

0 comments on commit fc09f57

Please sign in to comment.