Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Nov 12, 2024
1 parent 16ddbd5 commit 7c110b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI/CD
env:
PACKAGE_MANAGER: bun
VERSION_FILE: packages/nuxt/package.json
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

on:
push:
Expand Down Expand Up @@ -39,9 +41,6 @@ jobs:
if: needs.check-changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch'
outputs:
version_changed: ${{ steps.version_check.outputs.has_changed }}
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
12 changes: 4 additions & 8 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockline",
"version": "0.5.2",
"version": "0.5.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -32,8 +32,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mockline/themes": "*",
"@mockline/types": "*",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/lucide": "^1.2.14",
"@nuxt/content": "^2.13.4",
Expand All @@ -57,6 +55,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 All @@ -70,11 +70,7 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/mockline/mockline.git",
"directory": "packages/nuxt"
},
"repository": "git+https://github.com/mockline/mockline.git",
"bugs": {
"url": "https://github.com/mockline/mockline/issues"
},
Expand Down

0 comments on commit 7c110b2

Please sign in to comment.