Merge remote-tracking branch 'origin/rollup-watch' into workspace-test

This commit is contained in:
Liam DeBeasi
2023-11-02 17:22:37 -04:00
6 changed files with 6 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
"build.core": "node scripts/build-core.js",
"build.link": "npm run build && node scripts/link-copy.js",
"build.ng": "ng-packagr -p ng-package.json -c tsconfig.json",
"build.watch": "npm run build.ng -- --watch",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"lint": "npm run eslint && npm run prettier -- --write --cache",