Skip to content

Commit

Permalink
Workflow updates (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotimus authored Feb 5, 2024
1 parent 298b6ef commit 760828d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm run vpp:build
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
id: publish
with:
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-posthog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-plugin-posthog",
"version": "2.0.4",
"type": "module",
"homepage": "https://github.com/RockiRider/posthog/tree/main/packages/vite-plugin-posthog",
"homepage": "https://github.com/RockiRider/vite-plugin-posthog/tree/main/packages/vite-plugin-posthog",
"keywords": [
"vite",
"posthog",
Expand All @@ -11,7 +11,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/RockiRider/posthog.git",
"url": "git+https://github.com/RockiRider/vite-plugin-posthog.git",
"directory": "packages/vite-plugin-posthog"
},
"license": "MIT",
Expand Down

0 comments on commit 760828d

Please sign in to comment.