1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

build: add nx configuration in libs/billing (#16542)

This commit is contained in:
Addison Beck
2025-09-25 04:00:36 -04:00
committed by GitHub
parent b8d4be6cd0
commit e11a6452a3
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 --passWithNoTests"
}
}