mirror of
https://github.com/bitwarden/cli
synced 2025-12-18 17:23:14 +00:00
no need to specify config file
This commit is contained in:
@@ -21,10 +21,10 @@
|
|||||||
"sub:update": "git submodule update --remote",
|
"sub:update": "git submodule update --remote",
|
||||||
"sub:pull": "git submodule foreach git pull",
|
"sub:pull": "git submodule foreach git pull",
|
||||||
"clean": "rimraf dist/**/*",
|
"clean": "rimraf dist/**/*",
|
||||||
"build": "webpack --config webpack.config.js",
|
"build": "webpack",
|
||||||
"build:watch": "webpack --config webpack.config.js --watch",
|
"build:watch": "webpack --watch",
|
||||||
"build:prod": "cross-env NODE_ENV=production webpack --config webpack.config.js",
|
"build:prod": "cross-env NODE_ENV=production webpack",
|
||||||
"build:prod:watch": "cross-env NODE_ENV=production webpack --config webpack.config.js --watch",
|
"build:prod:watch": "cross-env NODE_ENV=production webpack --watch",
|
||||||
"package": "npm run package:win | npm run package:mac | npm run package:lin",
|
"package": "npm run package:win | npm run package:mac | npm run package:lin",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user