Skip to content

Commit

Permalink
fix(workspace): remove source build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 25, 2024
1 parent e7ce539 commit 51f5ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"license": "MIT",
"scripts": {
"nx": "nx",
"build": "nx build cli",
"build-cli": "nx build cli",
"import-graph": "npx @rx-angular/import-graph-visualizer -t packages/cli/tsconfig.lib.json",
"lh": "lighthouse https://example.com --budget-path=./budget.json --output=json --output-path=./lh-inc-budget.json",
"@push-based/user-flow": "npm run build && npx ./dist/packages/cli",
"@push-based/user-flow": "npm run build-cli && npx ./dist/packages/cli",
"@push-based/user-flow:help": "npm run @push-based/user-flow -- --help",
"@push-based/user-flow:init": "npm run @push-based/user-flow -- init -v",
"@push-based/user-flow:assert": "npm run @push-based/user-flow -- assert -v",
Expand Down

0 comments on commit 51f5ca3

Please sign in to comment.