Skip to content

Commit

Permalink
cleanup base package.json + fix foundry gh action (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Jun 19, 2024
1 parent 99f6005 commit 7f6f740
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 138 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-masks-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

remove vercelignore from root dir + clean base package.json
5 changes: 5 additions & 0 deletions .changeset/yellow-ducks-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

fix bug foundry gh action fails
58 changes: 0 additions & 58 deletions templates/base/.vercelignore.template.mjs

This file was deleted.

8 changes: 1 addition & 7 deletions templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
]
},
"scripts": {
"prepare": "install-self-peers -- --ignore-scripts",
"start": "yarn workspace @se-2/nextjs dev",
"next:lint": "yarn workspace @se-2/nextjs lint",
"next:format": "yarn workspace @se-2/nextjs format",
Expand All @@ -24,12 +23,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"husky": "~8.0.3",
"lint-staged": "~13.2.2",
"next": "~14.0.4",
"vercel": "~32.4.1"
},
"resolutions": {
"usehooks-ts@^2.7.2": "patch:usehooks-ts@npm:^2.7.2#./.yarn/patches/usehooks-ts-npm-2.7.2-fceffe0e43.patch"
"lint-staged": "~13.2.2"
},
"engines": {
"node": ">=18.17.0"
Expand Down
15 changes: 0 additions & 15 deletions templates/extensions/foundry/.vercelignore.args.mjs

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ cache/
out/
# Ignores development broadcast logs
/broadcast/*/31337/
/broadcast/**/dry-run/
# Ignore 31337 deployments
/deployments/31337.json
# Docs
docs/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const contents = () =>
`# Ignore 31337 deployments
31337.json
`;

export default contents;

This file was deleted.

17 changes: 0 additions & 17 deletions templates/extensions/hardhat/.vercelignore.args.mjs

This file was deleted.

0 comments on commit 7f6f740

Please sign in to comment.