Skip to content

Commit df3bb84

Browse files
committed
fix: conventional-github-releaser run
1 parent 43eab7a commit df3bb84

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

+6-8
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
"bugs": {
2020
"url": "https://github.com/Romanchuk/angular-i18next/issues"
2121
},
22-
"maintainers": [
23-
{
24-
"email": "rezety@gmail.com",
25-
"name": "Sergey Romanchuk"
26-
}
27-
],
22+
"maintainers": [{
23+
"email": "rezety@gmail.com",
24+
"name": "Sergey Romanchuk"
25+
}],
2826
"scripts": {
2927
"tsc": "tsc",
3028
"karma": "karma",
@@ -42,7 +40,7 @@
4240
"changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
4341
"preversion": "npm run precommit && npm run copy:assets",
4442
"version": "npm run changelog && git add CHANGELOG.md",
45-
"postversion": "git push && git push --tags && conventional-github-releaser -p angular",
43+
"postversion": "git push && git push --tags && npx conventional-github-releaser -p angular",
4644
"precommit": "npm run clean:compile && npm run clean:tests && npm run lint && npm run compile && npm run copy:assets && npm run test",
4745
"ci": "npm run lint && npm run compile && npm run test",
4846
"clean:compile": "npm run rimraf -- dist build",
@@ -103,4 +101,4 @@
103101
"webpack": "^3.6.0",
104102
"zone.js": "^0.8.18"
105103
}
106-
}
104+
}

0 commit comments

Comments
 (0)