Skip to content

Commit

Permalink
chore: 切换到pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Apr 21, 2024
1 parent 17939b3 commit eaf3f12
Show file tree
Hide file tree
Showing 4 changed files with 2,863 additions and 1,674 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ This is a Chinese translation by Jesse205 based on [Magisk official documentatio
## 开发

- 调试:`yarn dev`
- 构建:`yarn build`
本项目使用 pnpm,开发环境需要安装 [pnpm](https://pnpm.io/)

- 调试:`pnpm dev`
- 构建:`pnpm build`

## 贡献

Expand All @@ -48,7 +50,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
```

> NOTE\
> [!NOTE]
>
> 如果您**只是**引用了本文档**翻译**的内容,则您的代码无需遵循 GPL 许可。
## Star 历史
Expand Down
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,19 @@
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "[email protected]+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
"serve": "vitepress serve"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.5",
"vitepress": "1.0.0-rc.32"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.25.0",
"sass": "^1.75.0",
"vitepress": "1.1.0"
}
}
Loading

0 comments on commit eaf3f12

Please sign in to comment.