Skip to content

Commit d22f6db

Browse files
committed
Shallow checkout vscode
1 parent 71b79db commit d22f6db

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"prepare": "npm run build",
88
"build": "node scripts/index.js",
9-
"prebuild": "git submodule update --init",
9+
"prebuild": "git submodule update --init --depth 1",
1010
"check": "tsc -p .",
1111
"test": "jest",
1212
"test:update": "jest -u",

0 commit comments

Comments
 (0)