Skip to content

Commit

Permalink
Merge branch 'extension-to-solidity-framework' of github.com:scaffold…
Browse files Browse the repository at this point in the history
…-eth/create-eth into extension-to-solidity-framework
  • Loading branch information
rin-st committed Jul 4, 2024
2 parents 2d9c67e + d476ed9 commit e6034a4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-zoos-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-seas-raise.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-eth

## 0.0.49

### Patch Changes

- 4db51ac: cli: format instance with prettier from cli
- a9545d5: up prettier (scaffold-eth#875)

## 0.0.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-eth",
"version": "0.0.48",
"version": "0.0.49",
"description": "Create a Scaffold-ETH-2 app",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/tasks/prettier-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Options } from "../types";
import { SOLIDITY_FRAMEWORKS } from "../utils/consts";

async function runPrettier(targetPath: string[], prettierConfigPath: string, prettierPlugins: string[]) {
console.log("the prettier config path is", prettierConfigPath);
const result = await execa("yarn", [
"prettier",
"--write",
Expand Down

0 comments on commit e6034a4

Please sign in to comment.