Skip to content

Commit

Permalink
chore(workflow): remove all compiled files from git (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Apr 29, 2024
1 parent 457928a commit 41f7aa5
Show file tree
Hide file tree
Showing 274 changed files with 29 additions and 18,792 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"ignorePaths": ["**/tests/**", "**/compiled/**", "**/node_modules/**"],
"ignorePaths": ["**/tests/**", "**/node_modules/**"],
"packageRules": [
// Use chore as semantic commit type for commit messages
{
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ node_modules/

dist/
dist-*
compiled/
!website/**/dist-path.mdx
!packages/shared/compiled/rslog/dist
coverage/
doc_build/
playwright-report/
Expand Down
7 changes: 1 addition & 6 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
"useIgnoreFile": true
},
"files": {
"ignore": [
"compiled/**/*",
"*.vue",
"*.svelte",
"template-lit-*/src/my-element.*"
],
"ignore": ["*.vue", "*.svelte", "template-lit-*/src/my-element.*"],
"ignoreUnknown": true
},
"formatter": {
Expand Down
8 changes: 5 additions & 3 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["build", "^build"]
"dependsOn": ["^build", "prebundle"],
"inputs": ["build", "^build"],
"outputs": ["{projectRoot}/dist"]
},
"prebundle": {
"cache": true,
"inputs": ["prebundle"]
"inputs": ["prebundle"],
"outputs": ["{projectRoot}/compiled"]
}
},
"defaultBase": "main"
Expand Down
1 change: 0 additions & 1 deletion packages/core/compiled/commander/index.js

This file was deleted.

22 changes: 0 additions & 22 deletions packages/core/compiled/commander/license

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/compiled/commander/package.json

This file was deleted.

Loading

0 comments on commit 41f7aa5

Please sign in to comment.