sts-sponsors team mailing list archive
-
sts-sponsors team
-
Mailing list archive
-
Message #05795
[Merge] ~adam-collard/maas-site-manager:fix-yarn-lint-issue into maas-site-manager:main
Adam Collard has proposed merging ~adam-collard/maas-site-manager:fix-yarn-lint-issue into maas-site-manager:main.
Commit message:
[frontend/package] pin version of user-event
fix: actually run frontend lint checks
Requested reviews:
MAAS Committers (maas-committers)
For more details, see:
https://code.launchpad.net/~adam-collard/maas-site-manager/+git/site-manager/+merge/438542
--
Your team MAAS Committers is requested to review the proposed merge of ~adam-collard/maas-site-manager:fix-yarn-lint-issue into maas-site-manager:main.
diff --git a/Makefile b/Makefile
index 0963d27..bd4857b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ ci-dep: ci-backend-dep ci-frontend-dep
ci-build: # will run the frontend build targets
.PHONY: ci-build ci-frontend-build
-ci-lint: ci-backend-lint # ci-frontend-lint # TODO: linter not set up, uncomment later
+ci-lint: ci-backend-lint ci-frontend-lint
.PHONY: ci-lint
ci-test: ci-backend-test ci-frontend-test
diff --git a/frontend/package.json b/frontend/package.json
index f50b55a..5dbce87 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -15,7 +15,7 @@
"@canonical/react-components": "0.38.0",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-table": "8.7.9",
- "@testing-library/user-event": "^14.4.3",
+ "@testing-library/user-event": "14.4.3",
"axios": "1.3.4",
"classnames": "2.3.2",
"date-fns": "2.29.3",
Follow ups