Skip to content

Commit

Permalink
ci(media): only build for mac on release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenShelton committed May 30, 2021
1 parent 4a4db7b commit 149dbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "node scripts/watch.js",
"start": "electron dist/index.js",
"package": "electron-builder build --config electron-builder.config.js",
"release": "electron-builder --config electron-builder.config.js",
"release": "electron-builder build -m --config electron-builder.config.js",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "yarn lint --fix",
"test": "jest --config=jest.config.ts",
Expand Down

0 comments on commit 149dbdd

Please sign in to comment.