1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 04:33:34 +00:00

build: add nx configuration in libs/node (#16550)

This commit is contained in:
Addison Beck
2025-09-29 14:57:29 -04:00
committed by GitHub
parent c4ee2fdae2
commit 9aa2e2d99f
2 changed files with 42 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
},
"license": "GPL-3.0",
"scripts": {
"test": "jest",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:watch": "npm run clean && tsc -watch"