mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 21:27:53 -05:00
chore: update lint npm scripts
This commit is contained in:
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
run: yarn prettier
|
||||
|
||||
- name: Run Eslint
|
||||
run: yarn lint
|
||||
run: yarn lint:all
|
||||
|
||||
- name: Build applications
|
||||
run: yarn build:all
|
||||
|
||||
@@ -5,10 +5,11 @@
|
||||
"start": "nx serve",
|
||||
"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",
|
||||
"lint": "nx affected:lint --files *",
|
||||
"prettier": "prettier -c .",
|
||||
"prettier:write": "prettier -w .",
|
||||
"commit": "cz",
|
||||
|
||||
Reference in New Issue
Block a user