Skip to content

Commit 1eaf4a7

Browse files
ci: update semver settings
1 parent 4080be8 commit 1eaf4a7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
command: npm install
4141
- run:
4242
name: Semantic Release
43-
command: node_modules/.bin/semantic-release pre && node_modules/.bin/semantic-release post
43+
command: node_modules/.bin/semantic-release
4444
workflows:
4545
version: 2
4646
build_test_release:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"lint": "tslint --project tsconfig.json",
3131
"prepare": "tslint --project tsconfig.json",
3232
"prepublishOnly": "ts-node fuse --build",
33-
"precommit": "pretty-quick --staged --no-semi --single-quote",
34-
"prepush": "validate-commit-msg && npm run lint"
33+
"precommit": "npm run lint && pretty-quick --staged --no-semi --single-quote"
3534
},
3635
"devDependencies": {
3736
"@types/chalk": "^2.2.0",

0 commit comments

Comments
 (0)