Skip to content

Commit 201d37e

Browse files
committed
Bump @angular-eslint/schematics from 18.1.0 to 19.0.2 in /webapp
1 parent 39c0f02 commit 201d37e

File tree

4 files changed

+564
-1954
lines changed

4 files changed

+564
-1954
lines changed

webapp/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ test:
2121
cov:
2222
@npm run coverage
2323

24+
.PHONY: tidy
25+
tidy:
26+
@npm install
27+
2428
.PHONY: build
2529
build: setup
2630
@npm run build-prod

0 commit comments

Comments
 (0)