chore(build): change to pnpm from yarn (#919)

* flip to npm

* try pnpm

* nothing good started with p anyway

* I want to go outside.

* Split out deps and build

* 30 seconds on the fetch, reintroduce the p

* lock it in

* flip lock file to pnpm

* nuke yarn.lock

* kirby no longer has yarn

* flip goreleaser to v4, was using node12.

* snapshots don't have tags

* Update README.md

* pin offline dockerfile

* Delete .yarnrc.yml

* Delete web/.yarn directory

* fix: update scripts

---------

Co-authored-by: ze0s <ze0s@riseup.net>
This commit is contained in:
Kyle Sanderson 2023-05-08 11:28:43 -07:00 committed by GitHub
parent ac61334f93
commit 762a0bb36b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 5248 additions and 8137 deletions

View file

@ -41,7 +41,7 @@
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx --color",
"lint:watch": "npm run lint -- --watch"
"lint:watch": "pnpm run lint -- --watch"
},
"browserslist": {
"production": [
@ -77,6 +77,5 @@
"tailwindcss": "^3.1.3",
"typescript": "^4.7.3",
"vite": "^4.2.1"
},
"packageManager": "yarn@3.2.2"
}
}