Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Nov 12, 2024
1 parent 6d925c8 commit 10dee84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI/CD

env:
PACKAGE_MANAGER: bun
VERSION_FILE: packages/nuxt
VERSION_FILE: packages/nuxt/package.json

on:
push:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
needs: check-changes
if: needs.check-changes.outputs.src == 'true'
outputs:
version_changed: ${{ steps.version_check.outputs.changed }}
version_changed: ${{ steps.version_check.outputs.has_changed }}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
Expand All @@ -64,11 +64,10 @@ jobs:
${{ env.PACKAGE_MANAGER }} run build
- name: 🔍 Check Version Changes
uses: EndBug/version-check@v2
uses: HugoRCD/version-[email protected]
id: version_check
with:
file-name: packages/nuxt/package.json
diff-search: true
path: ${{ env.VERSION_FILE }}

deploy:
needs: build-and-test
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockline",
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -35,8 +35,6 @@
"dependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.12",
"@mockline/themes": "*",
"@mockline/types": "*",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.6.1",
Expand All @@ -58,6 +56,8 @@
"vue-sonner": "^1.2.5"
},
"devDependencies": {
"@mockline/themes": "*",
"@mockline/types": "*",
"@nuxt/devtools": "^1.6.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "^3.14.4",
Expand Down

0 comments on commit 10dee84

Please sign in to comment.