Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/publish-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ jobs:

- name: Publish
# build the dashboard first then the extension
# for that we need to build the trpc and common packages
# trpc needs to get its types from the api build
run: |
npm run build --workspace=@repo/common
npm run build --workspace=api
npm run build --workspace=@repo/trpc
npm run build --workspace=dashboard
npm run publish:patch --workspace=mooncode
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
VITE_API_URL: ${{secrets.VITE_API_URL}}
VITE_LOGIN_URL: ${{secrets.VITE_LOGIN_URL}}
VITE_REGISTER_URL: ${{secrets.VITE_REGISTER_URL}}
VITE_LOGOUT_URL: ${{secrets.VITE_LOGOUT_URL}}
VITE_AUTH_GOOGLE_URL: ${{secrets.VITE_AUTH_GOOGLE_URL}}
2 changes: 1 addition & 1 deletion apps/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mooncode",
"displayName": "MoonCode",
"description": "MoonCode is an extension that tracks your coding time (like WakaTime) and gives you a detailed summary about all your coding statistics. With MoonCode, developers get the full history of their coding activity.",
"version": "0.0.44",
"version": "0.0.45",
"icon": "./public/moon.png",
"publisher": "Friedrich482",
"author": {
Expand Down