chore: add dependency

This commit is contained in:
yanglbme 2021-11-09 09:49:58 +08:00
parent c0f2cccd24
commit b8b6cd992a
3 changed files with 17076 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Prettier
on:
push:
branches: [main]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_action@v4.0
with:
prettier_options: --write **/*.{html,js,md,vue,less,css}
commit_message: "style: prettify code"

17075
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -81,6 +81,7 @@
"devDependencies": {
"@dcloudio/types": "*",
"@dcloudio/uni-automator": "^2.0.0-31820210406002",
"@dcloudio/uni-cli-i18n": "^2.0.0-32920211029004",
"@dcloudio/uni-cli-shared": "^2.0.0-31820210406002",
"@dcloudio/uni-migration": "^2.0.0-31820210406002",
"@dcloudio/uni-template-compiler": "^2.0.0-31820210406002",