Skip to content

Commit

Permalink
refactor: migrate plugin-react-refresh to plugin-react
Browse files Browse the repository at this point in the history
See #3588 for full commit history

Co-authored-by: Shinigami <[email protected]>
Co-authored-by: Peng Xiao <[email protected]>
  • Loading branch information
3 people committed Sep 17, 2021
1 parent 2615c54 commit 1f639a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Build plugin-vue
run: yarn build-plugin-vue

- name: Build plugin-react
run: yarn build-plugin-react

- name: Test serve
run: yarn test-serve --runInBand

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
"docs": "vitepress dev docs",
"build-docs": "vitepress build docs",
"serve-docs": "vitepress serve docs",
"build": "run-s build-vite build-plugin-vue",
"build": "run-s build-vite build-plugin-vue build-plugin-react",
"build-vite": "cd packages/vite && yarn build",
"build-plugin-vue": "cd packages/plugin-vue && yarn build",
"build-plugin-react": "cd packages/plugin-react && yarn build",
"ci-build-vite": "cd packages/vite && yarn ci-build",
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
},
Expand Down

0 comments on commit 1f639a5

Please sign in to comment.