Skip to content

Commit 6b2c87a

Browse files
committed
chore: update scripts
1 parent ec0dcf6 commit 6b2c87a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333

3434
- name: Build with VitePress
3535
run: |
36+
npm run core:update
3637
npm run docs:build
3738
ls
3839

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"scripts": {
1212
"lint": "eslint --fix src --ext .js",
1313
"build": "cross-env mode=production rollup -c rollup.config.js",
14+
"core:update": "cd src/core && git pull origin master",
1415
"docs:dev": "vitepress dev docs",
1516
"docs:build": "vitepress build docs",
1617
"docs:preview": "vitepress preview docs"

0 commit comments

Comments
 (0)