Skip to content

Commit

Permalink
chore: fix release process
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 11, 2021
1 parent 4e39517 commit ddbdd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"docs": "compodoc -p tsconfig.json --theme material -d docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prerelease": "npm run prebuild",
"release": "cd projects/manekinekko/angular-web-bluetooth && release-it --no-git.requireUpstream"
"release": "cd dist/manekinekko/angular-web-bluetooth && release-it --no-git.requireUpstream"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit ddbdd1e

Please sign in to comment.