Skip to content

Commit

Permalink
add release script using np tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sheverniskiy committed May 28, 2022
1 parent 94e0085 commit a1b0642
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 @@ -28,7 +28,8 @@
"prepare": "rollup -c",
"lint": "eslint . --ext .ts",
"test": "jest gismeteo.test.ts",
"playground": "jest playground.test.ts"
"playground": "jest playground.test.ts",
"release": "np patch"
},
"dependencies": {
"axios": "^0.27.2",
Expand Down

0 comments on commit a1b0642

Please sign in to comment.