Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Oct 20, 2023
1 parent 001a139 commit f4178d9
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 @@ -12,9 +12,9 @@
"build-affected": "nx affected --target=build",
"build": "nx run-many -t build --all",
"lint": "nx run-many -t lint --all",
"test": "nx run-many -t test --all",
"test": "nx run-many -t test --all --exclude zui-player",
"start": "nx start zui",
"e2e": "nx e2e e2e-tests"
"e2e": "nx test zui-player"
},
"devDependencies": {
"@nrwl/esbuild": "^15.8.7",
Expand Down

0 comments on commit f4178d9

Please sign in to comment.