Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 149257a

Browse files
committed
work around npm 5 behavior by installing appdmg at mac build time
1 parent f69b22a commit 149257a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "NODE_ENV=test ./node_modules/.bin/gulp test",
1414
"web": "NODE_ENV=production ./node_modules/.bin/gulp prod",
1515
"mac": "NODE_ENV=production ./node_modules/.bin/gulp mac",
16-
"mac-release": "NODE_ENV=production ./node_modules/.bin/gulp mac-release",
16+
"mac-release": "npm install --no-save appdmg && NODE_ENV=production ./node_modules/.bin/gulp mac-release",
1717
"dev": "NODE_ENV=development ./node_modules/.bin/gulp dev",
1818
"dev-ui": "echo 'Please use dev instead of dev-ui'",
1919
"dev-proxy": "NODE_ENV=development ./node_modules/.bin/gulp proxy"
@@ -163,9 +163,6 @@
163163
"triplesec": "^3.0.25",
164164
"zone-file": "^0.2.2"
165165
},
166-
"optionalDevDependencies": {
167-
"appdmg": "^0.4.5"
168-
},
169166
"engines": {
170167
"node": ">=6",
171168
"npm": ">=5"

0 commit comments

Comments
 (0)