Skip to content

Commit

Permalink
Remove ../vite/packages/vite from pnpm-workspace
Browse files Browse the repository at this point in the history
It wasn't necessary, and this makes the pnpm-lock.yaml file smaller.

What _is_ necessary is to install using:

```sh
pnpm i --ignore-scripts
```

This is after doing this in each of ../vite and ../vitest to change the
version:

```sh
git reset --hard <tag or commit>
rm -rf node_modules packages/*/node_modules
pnpm i --ignore-scripts --frozen-lockfile
pnpm build
```
  • Loading branch information
mbland committed Dec 6, 2023
1 parent 9ca0fdb commit 93d552a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1,375 deletions.
Loading

0 comments on commit 93d552a

Please sign in to comment.