Skip to content

Commit 3161647

Browse files
committed
Fix submodules not being fetched upon build.
1 parent 07e49c4 commit 3161647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "dasher-electron",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Electron implementation of Dasher.",
55
"main": "src/main.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "electron .",
99
"postinstall": "electron-builder install-app-deps",
10-
"build": "electron-builder",
11-
"release": "electron-builder --mac --windows --linux --publish always"
10+
"build": "git submodule update --init && electron-builder",
11+
"release": "git submodule update --init && electron-builder --mac --windows --linux --publish always"
1212
},
1313
"keywords": [],
1414
"author": "Technoke LLC",

0 commit comments

Comments
 (0)