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

Update showcase scripts

parent 22890b9c
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
"start-for-screenreader": "nx run alfa:serve --host 192.168.178.20 --port 4300 --disable-host-check --verbose", "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", "start:devbe": "nx run alfa:serve --port 4300 --disable-host-check --proxy-config proxy.dev.conf.json --verbose",
"build": "nx run alfa:build", "build": "nx run alfa:build",
"start:showcase": "run-p panda:watch debug:showcase", "start:showcase": "run-p panda:showcase:watch serve:showcase",
"panda:watch": "panda --watch --config apps/showcase/panda.config.mjs", "panda:showcase:watch": "panda --watch --config apps/showcase/panda.config.mjs",
"debug:showcase": "nx serve showcase", "serve:showcase": "nx serve showcase",
"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand", "test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
"test:cov": "jest --coverage", "test:cov": "jest --coverage",
"test:lib": "nx test ${npm_config_lib} --watchAll", "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