blob: 91bf7701c09fb90891a6ac8fe52b80ac2fd280c8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
index b27ff963..6e79008b 100644
--- a/package.json
+++ b/package.json
@@ -4,4 +4,4 @@
"scripts": {
- "sub:init": "git submodule update --init --recursive",
- "sub:update": "git submodule update --remote",
+ "sub:init": "true",
+ "sub:update": "true",
"sub:pull": "git submodule foreach git pull",
|