chore(pnpm): migrate to pnpm

This commit is contained in:
Stefan Imhoff
2023-02-08 12:20:14 +01:00
parent 9371be90c2
commit f2a3519a43
5 changed files with 18035 additions and 38197 deletions

View File

@@ -1,12 +1,12 @@
[build]
command = "npm run build"
command = "pnpm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "14.7"
[dev]
command = "npm run dev"
command = "pnpm run dev"
publish = "dist"
[[headers]]