mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
dist builds are with prod
This commit is contained in:
parent
0e7f6089d9
commit
6e734c7fad
@ -29,10 +29,10 @@
|
|||||||
"package:win": "pkg . --targets win-x64 --output ./dist/windows/bw.exe",
|
"package:win": "pkg . --targets win-x64 --output ./dist/windows/bw.exe",
|
||||||
"package:mac": "pkg . --targets macos-x64 --output ./dist/macos/bw",
|
"package:mac": "pkg . --targets macos-x64 --output ./dist/macos/bw",
|
||||||
"package:lin": "pkg . --targets linux-x64 --output ./dist/linux/bw",
|
"package:lin": "pkg . --targets linux-x64 --output ./dist/linux/bw",
|
||||||
"dist": "npm run build && npm run clean && npm run package",
|
"dist": "npm run build:prod && npm run clean && npm run package",
|
||||||
"dist:win": "npm run build && npm run clean && npm run package:win",
|
"dist:win": "npm run build:prod && npm run clean && npm run package:win",
|
||||||
"dist:mac": "npm run build && npm run clean && npm run package:mac",
|
"dist:mac": "npm run build:prod && npm run clean && npm run package:mac",
|
||||||
"dist:lin": "npm run build && npm run clean && npm run package:lin",
|
"dist:lin": "npm run build:prod && npm run clean && npm run package:lin",
|
||||||
"publish:npm": "npm run build:prod && npm publish --access public",
|
"publish:npm": "npm run build:prod && npm publish --access public",
|
||||||
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
"lint": "tslint src/**/*.ts spec/**/*.ts || true",
|
||||||
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix"
|
"lint:fix": "tslint src/**/*.ts spec/**/*.ts --fix"
|
||||||
|
Loading…
Reference in New Issue
Block a user