Skip to content

Commit

Permalink
fix(): unignore dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 13, 2023
1 parent dc647d0 commit ce8dfcb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dist
packages/**/dist/**/*
node_modules
public
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@

#!.yarn/cache
.pnp.*
node_modules
dist
packages/**/dist
node_modules
6 changes: 3 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = {
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
};
}
}
}
1 change: 0 additions & 1 deletion packages/plugin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
108 changes: 0 additions & 108 deletions packages/plugin/dist/extension.js

This file was deleted.

5 changes: 0 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"exclude": [
"packages/**/tests/**",
"packages/**/dist/**"
],
"compilerOptions": {

"baseUrl": ".",
"paths": {
"@chainsafe/cypress-polkadot-wallet/*": ["packages/plugin"],
Expand Down

0 comments on commit ce8dfcb

Please sign in to comment.