diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67c2444..d82ab70 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,11 +44,11 @@ jobs: run: | echo "Processing motionforge..." bun install - + # Using bun x ensures tsup is found/run correctly echo "Building motionforge..." bun x tsup - + PACKAGE_NAME=$(node -p "require('./package.json').name") CURRENT_VERSION=$(node -p "require('./package.json').version") diff --git a/package.json b/package.json index 2cb7ecf..15eb5d9 100755 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "nextjs_tailwind_shadcn_ts", "version": "0.2.0", "private": true, + "repository": { + "type": "git", + "url": "git+https://github.com/codedbytahir/motionforge.git" + }, "scripts": { "dev": "next dev -p 3000 2>&1 | tee dev.log", "build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/", diff --git a/packages/create-motionforge/package.json b/packages/create-motionforge/package.json index 19c7ab3..927a03c 100644 --- a/packages/create-motionforge/package.json +++ b/packages/create-motionforge/package.json @@ -18,6 +18,11 @@ ], "author": "MotionForge Team", "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/codedbytahir/motionforge.git", + "directory": "packages/create-motionforge" + }, "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.3", diff --git a/packages/motionforge/package.json b/packages/motionforge/package.json index f96382d..09013e4 100644 --- a/packages/motionforge/package.json +++ b/packages/motionforge/package.json @@ -62,7 +62,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/codedbytahir/motionforge.git" + "url": "git+https://github.com/codedbytahir/motionforge.git", + "directory": "packages/motionforge" }, "bugs": { "url": "https://github.com/codedbytahir/motionforge/issues"