Skip to content
Snippets Groups Projects
Commit 18d7dffd authored by OZGCloud's avatar OZGCloud
Browse files

Update showcase scripts

parent 22890b9c
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@
"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose",
"start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx run alfa:build",
"start:showcase": "run-p panda:watch debug:showcase",
"panda:watch": "panda --watch --config apps/showcase/panda.config.mjs",
"debug:showcase": "nx serve showcase",
"start:showcase": "run-p panda:showcase:watch serve:showcase",
"panda:showcase:watch": "panda --watch --config apps/showcase/panda.config.mjs",
"serve:showcase": "nx serve showcase",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
"test:cov": "jest --coverage",
"test:lib": "nx test ${npm_config_lib} --watchAll",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment