chore: pass flags correctly

This commit is contained in:
Liam DeBeasi
2023-11-03 11:53:44 -04:00
parent 647320dd4b
commit d852ee5b72
7 changed files with 30 additions and 30 deletions

View File

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