Skip to content

Commit

Permalink
Update package.json scripts to use motion-cmdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Leizhenpeng committed May 26, 2024
1 parent 5893598 commit 5c5c021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "cmdk-root",
"private": true,
"scripts": {
"build": "pnpm -F cmdk build",
"dev": "pnpm -F cmdk build --watch",
"build": "pnpm -F motion-cmdk build",
"dev": "pnpm -F motion-cmdk build --watch",
"website": "pnpm -F cmdk-website dev",
"testsite": "pnpm -F cmdk-tests dev",
"format": "prettier '**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss,yaml,yml}' --write",
Expand Down

0 comments on commit 5c5c021

Please sign in to comment.