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

@@ -27,6 +27,7 @@
"test": "echo 'angular no tests yet'",
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
"build.prod": "npm run clean && npm run build",
"build.watch": "npm run build -- --watch",
"clean": "rm -rf ./dist",
"lint": "eslint . --ext .ts && npm run prettier",
"lint.fix": "eslint . --ext .ts --fix && npm run prettier.fix",