We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0dcf6 commit 6b2c87aCopy full SHA for 6b2c87a
.github/workflows/deploy.yml
@@ -33,6 +33,7 @@ jobs:
33
34
- name: Build with VitePress
35
run: |
36
+ npm run core:update
37
npm run docs:build
38
ls
39
package.json
@@ -11,6 +11,7 @@
11
"scripts": {
12
"lint": "eslint --fix src --ext .js",
13
"build": "cross-env mode=production rollup -c rollup.config.js",
14
+ "core:update": "cd src/core && git pull origin master",
15
"docs:dev": "vitepress dev docs",
16
"docs:build": "vitepress build docs",
17
"docs:preview": "vitepress preview docs"
0 commit comments