chore(pnpm): migrate to pnpm

This commit is contained in:
Stefan Imhoff
2023-02-08 12:16:10 +01:00
parent 82597420e0
commit 311214d7f5
5 changed files with 17739 additions and 86470 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]]