Revert "Merge pull request #1589 from bitwarden/npm-xcode-script"
This reverts commitc99b716b20
, reversing changes made to8e20e48373
.
This commit is contained in:
parent
f069222763
commit
320759388f
|
@ -13,7 +13,6 @@
|
|||
"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",
|
||||
|
|
Loading…
Reference in New Issue