switch to pnpm

This commit is contained in:
Fractal-Tess
2022-09-18 04:10:30 +03:00
parent 99cfe08232
commit 8472508005
5 changed files with 2993 additions and 1826 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn svelte:build",
"beforeDevCommand": "yarn svelte:dev",
"beforeBuildCommand": "pnpm svelte:build",
"beforeDevCommand": "pnpm svelte:dev",
"devPath": "http://localhost:3000",
"distDir": "../dist"
},