Skip to content

Commit

Permalink
chore(meta): migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Feb 24, 2024
1 parent dcd209a commit 3d933cb
Show file tree
Hide file tree
Showing 3 changed files with 1,134 additions and 1,196 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"ex": "vite serve ./example",
"ex:serve": "yarn run ex",
"ex:serve": "pnpm ex",
"ex:build": "vite build ./example",
"ex:deploy": "yarn run ex:build && gh-pages -d ./example/dist"
"ex:deploy": "pnpm ex:build && gh-pages -d ./example/dist"
},
"devDependencies": {
"@types/node": "18.11.18",
Expand Down
Loading

0 comments on commit 3d933cb

Please sign in to comment.