1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-16 16:59:30 +00:00

build: add nx configuration in libs/angular

This commit is contained in:
addisonbeck
2025-09-22 16:01:25 -04:00
parent 14304cffbd
commit 4456f12edd
2 changed files with 43 additions and 1 deletions

View File

@@ -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"
}
}