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:
1499
pnpm-lock.yaml
generated
1499
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user