From 2cd44c5006076bb76c7711acbe0eb078d243ad50 Mon Sep 17 00:00:00 2001 From: Yuji Sugiura Date: Tue, 30 Jul 2024 14:07:29 +0900 Subject: [PATCH] fix(ci): Remove unused(?) .html file --- .../oxc_linter/fixtures/import/component.html | 139 ------------------ 1 file changed, 139 deletions(-) delete mode 100644 crates/oxc_linter/fixtures/import/component.html diff --git a/crates/oxc_linter/fixtures/import/component.html b/crates/oxc_linter/fixtures/import/component.html deleted file mode 100644 index 2b6bfb1c1c68f..0000000000000 --- a/crates/oxc_linter/fixtures/import/component.html +++ /dev/null @@ -1,139 +0,0 @@ -
- - - - - - - - -

Welcome to {{ title }}!

-
-
-

Resources & Tools

-

Thank you for using and showing some ♥ for Nx.

- -

Here are some links to help you get started.

- -

Next Steps

-

Here are some things you can do with Nx.

-
- Add UI library -
-  # Generate UI lib
-  nx g @nrwl/angular:lib ui
-
-  # Add a component
-  nx g @nrwl/angular:component xyz --project ui
-
-
- View dependency graph -
nx dep-graph
-
-
- Run affected commands -
-  # see what's been affected by changes
-  nx affected:dep-graph
-
-  # run tests for current changes
-  nx affected:test
-
-  # run e2e tests for current changes
-  nx affected:e2e
-  
-
-
-