summarylogtreecommitdiffstats
path: root/remove_git_submodule.patch
blob: 860c5f319bb1273ec05eb2edee594460e2164c58 (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	2021-06-04 12:23:59.000000000 +0200
+++ patched/package.json	2021-06-05 13:42:17.602981022 +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-types && npm run lint && npm run check-formatting && npm run test-log-conventions && npm run test-unit && npm run test-misc",
     "test-misc": "node ./bin/test_package_lock_version",
     "test-log-conventions": "node ./bin/log-conventions",