Skip to content

Commit 1afd8f1

Browse files
committed
patch: fix publishing
1 parent 5783209 commit 1afd8f1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.releaserc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
]}],
1515
"@semantic-release/release-notes-generator",
1616
["@semantic-release/npm", {
17-
"pkgRoot": "dist"
17+
"pkgRoot": "dist",
18+
"npmPublish": true,
19+
"tarballDir": false
1820
}],
1921
[
2022
"@semantic-release/git",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"lint-fix": "npm run eslint:fix",
1919
"build": "tsc && cp package.json dist/ && cp README.md dist/",
2020
"prepare-publish": "npx @masterodin/publisher --dry-run --no-checks",
21-
"postversion": "npm run prepare-publish",
2221
"dry-publish": "npm run build && npm run prepare-publish",
2322
"publishDist": "npm run build && cd dist && npm publish --access public",
2423
"jest": "jest",

0 commit comments

Comments
 (0)