Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Oct 2, 2024
1 parent 342cd9a commit 1b9c403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"lint:fix": "nx affected -t lint:fix --output-style=stream",
"prepare": "echo 'prepare' && (is-ci || husky install)",
"serve": "run build:dev --output-style=stream npx concurrently yarn:watch yarn:serve:demo",
"serve:demo": "npx concurrently yarn:serve:demo:frontend yarn:serve:demo:backend",
"serve:demo": "npx -q concurrently yarn:serve:demo:frontend yarn:serve:demo:backend",
"serve:demo:backend": "nx serve @myparcel-pdk/backend-demo",
"serve:demo:frontend": "nx serve @myparcel-pdk/admin-demo",
"test": "nx run-many -t test --parallel=99 --output-style=stream",
"test:affected": "nx affected -t test:run --output-style=stream",
"test:coverage": "nx run-many -t test:coverage --output-style=stream",
"test:run": "nx run-many -t test:run --output-style=stream",
"test:update": "nx run-many -t test:update --output-style=stream",
"translations:import": "nx run-many -t translations:import --output-style=stream",
"typecheck": "nx run-many -t typecheck",
"ws:clean": "cd $0 && rimraf dist coverage .eslintcache tsconfig.build.tsbuildinfo",
"ws:lint": "eslint --cache $0",
Expand Down

0 comments on commit 1b9c403

Please sign in to comment.