Skip to content

Commit

Permalink
feat(release): setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sabicalija committed Mar 26, 2019
1 parent 1b7974e commit 6d7f032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"postbuild": "node src/scripts/logBuild.js",
"setup": "node src/scripts/setup.js",
"postsetup": "node src/scripts/logBuild.js",
"cli": "node src/scripts/cli.js",
"release": "semantic-release",
"release:prepare": "yarn add -D semantic-release@15 @semantic-release/commit-analyzer @semantic-release/changelog @semantic-release/exec"
Expand Down

0 comments on commit 6d7f032

Please sign in to comment.