mirror of
https://github.com/fatedier/frp.git
synced 2026-07-29 08:29:18 +08:00
build(web): upgrade ESLint to v10 (#5452)
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ env:
|
||||
web: frps-web frpc-web
|
||||
|
||||
web-ci:
|
||||
cd web && npm ci && npm run test:unit && npm run build --workspace frps && npm run build --workspace frpc
|
||||
cd web && npm ci && npm run lint:check --workspace frps && npm run lint:check --workspace frpc && npm run test:unit && npm run build --workspace frps && npm run build --workspace frpc
|
||||
|
||||
frps-web:
|
||||
$(MAKE) -C web/frps build
|
||||
|
||||
Reference in New Issue
Block a user