Skip to content

Commit

Permalink
prune: yarn.lock; docs(website): pnpm; chore: enforce pnpm (#39)
Browse files Browse the repository at this point in the history
* prune: πŸ”₯ yarn.lock; docs: πŸ“ pnpm (localized)

Addition to #18
- Contributors are requested to use `pnpm`

* chore: enforce pnpm at top-level
  • Loading branch information
JeromeFitz authored Aug 18, 2022
1 parent 2e51c22 commit 8477246
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,286 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"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",
"preinstall": "npx only-allow pnpm",
"test:format": "prettier '**/*.{js,jsx,ts,tsx,json,md,mdx,css,scss,yaml,yml}' --check",
"test": "playwright test"
},
Expand Down
Loading

1 comment on commit 8477246

@vercel
Copy link

@vercel vercel bot commented on 8477246 Aug 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmdk-website – ./

cmdk-website-git-main-paco.vercel.app
cmdk.paco.me
cmdk-website-paco.vercel.app
cmdk.vercel.app

Please sign in to comment.