Skip to content

Commit

Permalink
feat: new np script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Feelgood3 committed Aug 26, 2022
1 parent b306183 commit 60c9355
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 @@ -5,7 +5,8 @@
"main": "/bin/card.js",
"scripts": {
"lint": "eslint --ext .js, bin/card.js",
"lint:fix": "eslint --ext .js, bin/card.js --fix"
"lint:fix": "eslint --ext .js, bin/card.js --fix",
"release": "np"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60c9355

Please sign in to comment.