Skip to content

Commit

Permalink
feat: Setup standard-version
Browse files Browse the repository at this point in the history
Install standard-version AND add scripts sv:(release|prelease)
  • Loading branch information
alex20465 committed Dec 19, 2020
1 parent 76c6e21 commit e75aa8d
Show file tree
Hide file tree
Showing 2 changed files with 1,484 additions and 12 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"url": "https://github.com/alex20465/deskbluez"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"sv:release": "standard-version --release",
"sv:prerelease": "standard-version --prerelease"
},
"author": "",
"license": "ISC",
Expand All @@ -20,6 +22,7 @@
"commander": "^5.0.0",
"data-store": "^4.0.3",
"mqtt": "^3.0.0",
"prompts": "^2.3.2"
"prompts": "^2.3.2",
"standard-version": "^9.0.0"
}
}
Loading

0 comments on commit e75aa8d

Please sign in to comment.