summarylogtreecommitdiffstats
path: root/remove_git_submodule.patch
blob: 051bde5492bcd42f9afc649356713829ec60d3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --unified --recursive --text orig/package.json patched/package.json
--- orig/package.json	2020-07-31 21:46:01.000000000 +0200
+++ patched/package.json	2020-08-04 20:30:00.188436997 +0200
@@ -4,8 +4,6 @@
   "description": "Desktop Application for delta.chat",
   "main": "index.js",
   "scripts": {
-    "install": "npm run install:submodules",
-    "install:submodules": "git submodule update --recursive --init",
     "test": "npm run check-formatting && npm run test-log-conventions && npm run test-unit",
     "test-log-conventions": "node ./bin/log-conventions",
     "test-unit": "node test/unit",