mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-10 15:57:57 -05:00
chore: update nx commands to specify project names
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"build": "nx build",
|
||||
"test": "nx test",
|
||||
"lint": "nx lint",
|
||||
"start:all": "nx run-many --target=serve --all",
|
||||
"build:all": "nx run-many --target=build --all",
|
||||
"lint:all": "nx run-many --target=lint --all",
|
||||
"test:all": "nx run-many --target=test --all --coverage",
|
||||
"start:all": "nx run-many --target=serve --projects=api,client,dashboard,contracts --parallel=4",
|
||||
"build:all": "nx run-many --target=build --projects=api,client,dashboard,contracts",
|
||||
"lint:all": "nx run-many --target=lint --projects=api,client,dashboard,contracts",
|
||||
"test:all": "nx run-many --target=test --projects=api,client,dashboard,contracts --coverage",
|
||||
"prettier": "prettier -c .",
|
||||
"prettier:write": "prettier -w .",
|
||||
"commit": "cz",
|
||||
|
||||
Reference in New Issue
Block a user