Skip to content

Commit

Permalink
馃敡 chore: update release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 18, 2023
1 parent 7bc810a commit ce18a82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Install deps
run: pnpm install

- name: lint
run: pnpm run lint && pnpm run doctor

- name: Test
run: pnpm run test

Expand All @@ -50,9 +53,6 @@ jobs:
- name: Install deps
run: pnpm install

- name: build
run: pnpm run build

- name: release
run: pnpm run release
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"ci": "npm run lint && npm run type-check && npm run test",
"dev": "father dev",
"dev:docs": "npm run start --prefix=example",
"doctor": "father doctor",
"lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
Expand Down

0 comments on commit ce18a82

Please sign in to comment.