Skip to content

Commit 41f7aa5

Browse files
authored
chore(workflow): remove all compiled files from git (#2238)
1 parent 457928a commit 41f7aa5

File tree

274 files changed

+29
-18792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+29
-18792
lines changed

.github/renovate.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", "schedule:weekly"],
4-
"ignorePaths": ["**/tests/**", "**/compiled/**", "**/node_modules/**"],
4+
"ignorePaths": ["**/tests/**", "**/node_modules/**"],
55
"packageRules": [
66
// Use chore as semantic commit type for commit messages
77
{

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_modules/
55

66
dist/
77
dist-*
8+
compiled/
89
!website/**/dist-path.mdx
9-
!packages/shared/compiled/rslog/dist
1010
coverage/
1111
doc_build/
1212
playwright-report/

biome.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
"useIgnoreFile": true
1919
},
2020
"files": {
21-
"ignore": [
22-
"compiled/**/*",
23-
"*.vue",
24-
"*.svelte",
25-
"template-lit-*/src/my-element.*"
26-
],
21+
"ignore": ["*.vue", "*.svelte", "template-lit-*/src/my-element.*"],
2722
"ignoreUnknown": true
2823
},
2924
"formatter": {

nx.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
"targetDefaults": {
1919
"build": {
2020
"cache": true,
21-
"dependsOn": ["^build"],
22-
"inputs": ["build", "^build"]
21+
"dependsOn": ["^build", "prebundle"],
22+
"inputs": ["build", "^build"],
23+
"outputs": ["{projectRoot}/dist"]
2324
},
2425
"prebundle": {
2526
"cache": true,
26-
"inputs": ["prebundle"]
27+
"inputs": ["prebundle"],
28+
"outputs": ["{projectRoot}/compiled"]
2729
}
2830
},
2931
"defaultBase": "main"

packages/core/compiled/commander/index.js

-1
This file was deleted.

packages/core/compiled/commander/license

-22
This file was deleted.

packages/core/compiled/commander/package.json

-1
This file was deleted.

0 commit comments

Comments
 (0)