📝
This commit is contained in:
parent
dc35c167b4
commit
0da5bb7e71
2 changed files with 2 additions and 2 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -24,7 +24,7 @@ NPM mirror:
|
|||
|
||||
On the desktop, go to the app folder to run:
|
||||
|
||||
* `pnpm install electron@19.0.10 -D`
|
||||
* `ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@19.0.10 -D`
|
||||
* `pnpm run dev`
|
||||
* `pnpm run start`
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Build Your Eternal Digital Garden",
|
||||
"homepage": "https://b3log.org/siyuan",
|
||||
"main": "./electron/main.js",
|
||||
"packageManager": "pnpm@7.5.1",
|
||||
"packageManager": "pnpm@7.8.0",
|
||||
"scripts": {
|
||||
"lint": "eslint . --fix --ext .ts",
|
||||
"dev": "webpack --mode development",
|
||||
|
|
Loading…
Add table
Reference in a new issue