mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
chore: new reviewable command in root make file to check all the entities lint and type error
This commit is contained in:
13
Makefile
13
Makefile
@@ -15,3 +15,16 @@ up-prod:
|
|||||||
|
|
||||||
down:
|
down:
|
||||||
docker compose -f docker-compose.dev.yml down
|
docker compose -f docker-compose.dev.yml down
|
||||||
|
|
||||||
|
reviewable-ui:
|
||||||
|
cd frontend && \
|
||||||
|
npm run lint:fix && \
|
||||||
|
npm run type:check
|
||||||
|
|
||||||
|
reviewable-api:
|
||||||
|
cd backend && \
|
||||||
|
npm run lint:fix && \
|
||||||
|
npm run type:check
|
||||||
|
|
||||||
|
reviewable: reviewable-ui reviewable-api
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user