1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

clean l10n script

This commit is contained in:
Kyle Spearrin
2018-07-30 17:10:31 -04:00
parent c7573aec00
commit ab52f13bb0

View File

@@ -10,6 +10,7 @@
"build:watch": "gulp build && webpack --config webpack.config.js --watch",
"build:prod": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js",
"build:prod:watch": "gulp build && cross-env NODE_ENV=production webpack --config webpack.config.js --watch",
"clean:l10n": "git push origin --delete l10n_master",
"dist": "npm run build:prod && gulp dist",
"dist:firefox": "npm run build:prod && gulp dist:firefox",
"dist:opera": "npm run build:prod && gulp dist:opera",