1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 06:03:40 +00:00

Update CLI storefronts to use bitwarden licensed artifacts (#9827)

* Update the build job to use `bit` artifacts for stores

* Update the CLI's license in `package.json` for the NPM store

* Add license configuration to `snapcraft.yaml`
This commit is contained in:
Addison Beck
2024-06-26 16:01:05 -04:00
committed by GitHub
parent a3514001c0
commit 76a3cb5a46
3 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/bitwarden/clients"
},
"license": "GPL-3.0-only",
"license": "SEE LICENSE IN LICENSE.txt",
"scripts": {
"clean": "rimraf dist",
"build:oss": "webpack",