mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 01:23:57 +00:00
build: add nx configuration in libs/admin-console (#16538)
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"build:watch": "npm run clean && tsc -watch"
|
||||
"build:watch": "npm run clean && tsc -watch",
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user