Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

Commit

Permalink
chore: fix release script
Browse files Browse the repository at this point in the history
gregberge committed Dec 12, 2017
1 parent 668ff4b commit 0c6d5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,19 +8,19 @@
"type": "git"
},
"scripts": {
"build": "yarn build:dist && yarn build:doc && yarn build:site",
"build:doc": "NODE_ENV=production babel-node ./scripts/build-doc",
"build:dist": "./scripts/build-dist.sh",
"build:site": "babel-node ./scripts/build-website",
"ci": "yarn lint && yarn test --runInBand --coverage && codecov",
"format": "prettier --write \"src/**/*.js\" \"examples/**/*.js\"",
"lint": "eslint --cache .",
"prepublishOnly": "yarn build:dist",
"release": "standard-version -a && conventional-github-releaser -p angular",
"test": "jest"
},
"standard-version": {
"scripts": {
"postbump": "yarn build:doc && yarn build:site && git add -A"
"postbump": "yarn build && git add -A"
}
},
"author": "Greg Bergé <neoziro@gmail.com>",

0 comments on commit 0c6d5be

Please sign in to comment.