Skip to content

Commit

Permalink
chore: add np configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kdbcinco committed Jun 13, 2022
1 parent 09f4caf commit 502cbc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .np-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
branch: 'main',
tests: false,
message: 'chore(release): v%s',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"scripts": {
"release": "np --no-tests"
"release": "np"
},
"peerDependencies": {
"prettier": "^2.6.2"
Expand Down

0 comments on commit 502cbc7

Please sign in to comment.