1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-22 02:21:34 +01:00

Add build:xcode script

This commit is contained in:
Thomas Rittson 2021-02-01 09:52:23 +10:00
parent 8e20e48373
commit db5a660b2d

View File

@ -13,6 +13,7 @@
"build:watch": "gulp build && webpack --watch",
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",
"build:prod:watch": "gulp build && cross-env NODE_ENV=production webpack --watch",
"build:xcode": "npm run build && rsync -av build/./ src/safari/safari/app --exclude popup/index.html",
"clean:l10n": "git push origin --delete l10n_master",
"dist": "npm run build:prod && gulp dist",
"dist:firefox": "npm run build:prod && gulp dist:firefox",