fix: 🩹 switched package manager

The main reason reason for this switch is a postcss parsing error of some css classes when using pnpm
This commit is contained in:
Fractal-Tess
2022-09-12 11:57:14 +03:00
parent 1b06c65309
commit c50fc43e9c
3 changed files with 1212 additions and 1501 deletions

1499
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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

1210
yarn.lock Normal file

File diff suppressed because it is too large Load Diff