We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5783209 commit 1afd8f1Copy full SHA for 1afd8f1
2 files changed
.releaserc
@@ -14,7 +14,9 @@
14
]}],
15
"@semantic-release/release-notes-generator",
16
["@semantic-release/npm", {
17
- "pkgRoot": "dist"
+ "pkgRoot": "dist",
18
+ "npmPublish": true,
19
+ "tarballDir": false
20
}],
21
[
22
"@semantic-release/git",
package.json
@@ -18,7 +18,6 @@
"lint-fix": "npm run eslint:fix",
"build": "tsc && cp package.json dist/ && cp README.md dist/",
"prepare-publish": "npx @masterodin/publisher --dry-run --no-checks",
- "postversion": "npm run prepare-publish",
"dry-publish": "npm run build && npm run prepare-publish",
23
"publishDist": "npm run build && cd dist && npm publish --access public",
24
"jest": "jest",
0 commit comments