Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"compile": "yarn workspace my-contracts compile",
"deploy": "yarn workspace my-contracts deploy",
"build:contracts": "yarn workspace my-contracts build",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's more consistent since we use "build:app" too

"build": "yarn workspace my-contracts build",
"test": "yarn workspace my-contracts test",
"dev": "yarn workspace my-dapp dev",
"start": "yarn workspace my-dapp start",
Expand Down