]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #68951 from rhcs-dashboard/revert-nx
authorAfreen Misbah <afreen@ibm.com>
Mon, 18 May 2026 13:19:34 +0000 (18:49 +0530)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 13:19:34 +0000 (18:49 +0530)
Revert: mgr/dashboard: reverting the nx tool changes

Reviewed-by: Nizamudeen A <nia@redhat.com>
1  2 
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json

index d954f105d8d4cb4fd59d1d5e865f2dd95d5109da,dbe4d0dc247432c74fea9ab5d5329ef91b66e7c6..653fa7602c1162e33b29fe1a1ad662cbea2dd873
      "e2e": "start-test 4200 'cypress open'",
      "pree2e:ci": "npm run pree2e",
      "e2e:ci": "start-test 4200 'cypress run -b chrome --headless'",
-     "lint:eslint": "nx lint",
+     "lint:eslint": "ng lint",
      "lint:gherkin": "gherkin-lint -c .gherkin-lintrc cypress/e2e",
 -    "lint:prettier": "prettier --list-different \"{src,cypress}/**/*.{ts,scss}\"",
 -    "lint:html": "htmllint src/app/**/*.html && html-linter --config html-linter.config.json",
 +    "lint:prettier": "prettier --list-different \"{src,cypress}/**/*.{ts,scss,html}\"",
 +    "lint:html": "prettier --check \"src/**/*.html\"",
      "lint:tsc": "tsc -p tsconfig.app.json --noEmit && tsc -p tsconfig.spec.json --noEmit && tsc -p cypress/tsconfig.json --noEmit",
      "lint:scss": "stylelint '**/*.scss'",
      "lint": "run-p -csl --aggregate-output lint:*",