Skip to content

Commit

Permalink
fix(website): remove yarn lock and update package.json to use pnpm (#226
Browse files Browse the repository at this point in the history
)
  • Loading branch information
d1onys1us authored Nov 5, 2022
1 parent 45d55dd commit 5915a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7,619 deletions.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "yarn import:whitepaper && docusaurus build",
"build": "pnpm import:whitepaper && docusaurus build",
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
Expand Down
Loading

1 comment on commit 5915a8a

@vercel
Copy link

@vercel vercel bot commented on 5915a8a Nov 5, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.