mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
build: add nx configuration in libs/ui/common (#16563)
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
"url": "https://github.com/bitwarden/clients"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user