Skip to content

Commit 2255d26

Browse files
authored
Add life-cycle scripts to update submodules automatically (#165)
1 parent c3c15f8 commit 2255d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"docs:build": "vitepress build",
99
"docs:preview": "vitepress preview",
1010
"lint": "eslint .",
11-
"lint:fix": "eslint . --fix"
11+
"lint:fix": "eslint . --fix",
12+
"prepare": "git submodule update --init --recursive"
1213
},
1314
"dependencies": {
1415
"@theojs/lumen": "workspace:*",

0 commit comments

Comments
 (0)