Merge pull request #1589 from bitwarden/npm-xcode-script

Add build:xcode script to package.json
This commit is contained in:
Chad Scharf 2021-02-01 10:34:47 -05:00 committed by GitHub
commit c99b716b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",