Skip to content

Commit

Permalink
#72
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Rummelsberger committed Feb 21, 2023
1 parent 887bc53 commit 173e803
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ publish-integrations versionType:
just publish-react {{ versionType }}

publish-angular versionType:
just update-core #release-it {{ versionType }} --dry-run
cd {{ angular }} && npm run build --configuration=production

# npm i new version && just build angular && commit
cd {{ angular }} && release-it {{ versionType }} --dry-run
# npm publish --access-public

publish-vue versionType:
cd {{ vue }} && release-it {{ versionType }} --dry-run
Expand All @@ -34,3 +37,6 @@ publish-react versionType:

publish-token versionType:
cd {{ tokenFarm }} && release-it {{ versionType }} --dry-run

update-core:
cd {{ angular }} && npm i "@maibornwolff/mwui-stencil"
2 changes: 1 addition & 1 deletion mwui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"rxjs": "~7.5.0",
"@maibornwolff/mwui-stencil": "^0.1.12",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 173e803

Please sign in to comment.