Skip to content

Commit 3dc02f7

Browse files
authored
Pretty me (#22)
* linter config updated * fix linting on version stage not release
1 parent 8e4ec30 commit 3dc02f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"build": "pnpm hardhat compile",
1919
"lint:sol": "prettier --loglevel warn --ignore-path .prettierignore '{src,test}/**/*.sol' --check && solhint '{contracts,test}/**/*.sol'",
2020
"lint:sol:fix": "prettier --loglevel warn --ignore-path .prettierignore '{src,test}/**/*.sol' --write",
21-
"version": "pnpm build && changeset version",
22-
"release": "pnpm lint:fix && pnpm build && changeset publish"
21+
"version": "pnpm lint:fix && pnpm build && changeset version",
22+
"release": "pnpm build && changeset publish"
2323
},
2424
"keywords": [],
2525
"author": "Tim Pechersky (@Peersky)",

0 commit comments

Comments
 (0)