mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
build: migrate repo to use pnpm as the package manager (#10607)
* build: migrate repo to use `pnpm` as the pacakge manager * corepack enable * update lock file * format files * format .github * fix audit js * wrap in quotes * --frozen-lockfile * simplify packageManager field * lockfile * remove cache from audit workflow
This commit is contained in:
@@ -46,9 +46,6 @@
|
||||
"jest-transform-toml": "1.0.0",
|
||||
"prettier": "3.3.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"json5": "2.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
@@ -63,8 +60,6 @@
|
||||
"prepack": "cp ../schema.json .",
|
||||
"test": "jest --runInBand --forceExit --no-cache",
|
||||
"version": "napi version",
|
||||
"tauri": "node ./tauri.js",
|
||||
"format": "prettier --write ./package.json ./tauri.js",
|
||||
"format:check": "prettier --check ./package.json ./tauri.js"
|
||||
"tauri": "node ./tauri.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user