1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

build: add nx configuration in libs/node

This commit is contained in:
addisonbeck
2025-09-22 17:14:34 -04:00
parent d4506be810
commit fbf468ec2b
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"