Skip to content

Commit

Permalink
build: fix postrelease publish issues
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed May 18, 2023
1 parent dca5356 commit 04329d2
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
Expand Up @@ -30,7 +30,7 @@
"e2e": "ng e2e",
"copy:info": "for d in ./dist/*; do cp LICENSE README.md $d; done",
"release": "lerna version --conventional-commits --force-publish",
"postrelease": "npm publish dist/core && npm publish dist/keepalive",
"postrelease": "npm publish ./dist/core && npm publish ./dist/keepalive",
"version": "npm run build:libs && npm run build:docs && npm run copy:info && node scripts/postrelease.js && git add ."
},
"dependencies": {
Expand Down Expand Up @@ -94,4 +94,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 04329d2

Please sign in to comment.