Skip to content

Commit

Permalink
chore: update pnpm workspace filter names in package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-hup committed Feb 3, 2025
1 parent d2bcb51 commit e1f0072
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
],
"main": "index.js",
"scripts": {
"dev:play": "pnpm --filter ./playground/nuxt dev",
"dev": "pnpm --filter ./packages/motion dev",
"build": "pnpm --filter ./packages/motion build",
"test": "pnpm --filter ./packages/motion test",
"dev:play": "pnpm --filter nuxt-app dev",
"dev": "pnpm --filter motion-v dev",
"build": "pnpm --filter motion-v build",
"test": "pnpm --filter motion-v test",
"prepare": "pnpm simple-git-hooks",
"docs:install": "pnpm --filter docs install",
"docs:dev": "pnpm --filter docs dev",
Expand All @@ -27,7 +27,7 @@
"docs:contributors": "pnpm --filter docs docs:contributors",
"lint-staged": "lint-staged",
"bumpp": "bumpp package.json packages/*/package.json docs/package.json",
"pub:release": "pnpm --filter './packages/motion' pub:release"
"pub:release": "pnpm --filter motion-v pub:release"
},
"dependencies": {
"vite": "^5.4.8",
Expand Down

0 comments on commit e1f0072

Please sign in to comment.