Remove npm i from justfile testall target
This commit is contained in:
parent
59ab430b06
commit
9e790696a5
1 changed files with 0 additions and 1 deletions
1
Justfile
1
Justfile
|
@ -25,7 +25,6 @@ load-release file:
|
|||
testall:
|
||||
cd backend && make test
|
||||
cd backend && make lint
|
||||
cd frontend && npm i
|
||||
cd frontend && npm test
|
||||
cd frontend && npm run lint
|
||||
|
||||
|
|
Loading…
Reference in a new issue