Skip to content

Commit

Permalink
chore: add prepare script and releases key to configure semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Sep 3, 2020
1 parent fd61a81 commit 5ef1687
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build:es6": "rollup --config",
"build:standalone:es5": "STANDALONE=yes ENABLE_BABEL=yes rollup --config",
"build:standalone:es6": "STANDALONE=yes rollup --config",
"test": "NODE_ENV='test' jest"
"test": "NODE_ENV='test' jest --silent",
"prepare": "npm run-script build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,5 +53,18 @@
},
"dependencies": {
"qs": "^6.5.2"
},
"release": {
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
]
}
}

0 comments on commit 5ef1687

Please sign in to comment.