Skip to content

Commit 10f721c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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",
14+
"core:update": "git submodule update --init --recursive",
1515
"docs:dev": "vitepress dev docs",
1616
"docs:build": "vitepress build docs",
1717
"docs:preview": "vitepress preview docs"

0 commit comments

Comments
 (0)