-
Notifications
You must be signed in to change notification settings - Fork 927
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
35 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,34 +9,42 @@ | |
] | ||
}, | ||
"scripts": { | ||
"account": "yarn workspace @se-2/hardhat account", | ||
"account": "yarn hardhat:account", | ||
"account:import": "yarn workspace @se-2/hardhat account:import", | ||
"account:generate": "yarn workspace @se-2/hardhat account:generate", | ||
"chain": "yarn workspace @se-2/hardhat chain", | ||
"fork": "yarn workspace @se-2/hardhat fork", | ||
"deploy": "yarn workspace @se-2/hardhat deploy", | ||
"verify": "yarn workspace @se-2/hardhat verify", | ||
"hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify", | ||
"compile": "yarn workspace @se-2/hardhat compile", | ||
"chain": "yarn hardhat:chain", | ||
"compile": "yarn hardhat:compile", | ||
"deploy": "yarn hardhat:deploy", | ||
"fork": "yarn hardhat:fork", | ||
"format": "yarn next:format && yarn hardhat:format", | ||
"generate": "yarn account:generate", | ||
"flatten": "yarn workspace @se-2/hardhat flatten", | ||
"hardhat:account": "yarn workspace @se-2/hardhat account", | ||
"hardhat:chain": "yarn workspace @se-2/hardhat chain", | ||
"hardhat:check-types": "yarn workspace @se-2/hardhat check-types", | ||
"hardhat:compile": "yarn workspace @se-2/hardhat compile", | ||
"hardhat:deploy": "yarn workspace @se-2/hardhat deploy", | ||
"hardhat:flatten": "yarn workspace @se-2/hardhat flatten", | ||
"hardhat:fork": "yarn workspace @se-2/hardhat fork", | ||
"hardhat:format": "yarn workspace @se-2/hardhat format", | ||
"hardhat:generate": "yarn workspace @se-2/hardhat generate", | ||
"hardhat:hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify", | ||
"hardhat:lint": "yarn workspace @se-2/hardhat lint", | ||
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged", | ||
"hardhat:format": "yarn workspace @se-2/hardhat format", | ||
"hardhat:check-types": "yarn workspace @se-2/hardhat check-types", | ||
"hardhat:test": "yarn workspace @se-2/hardhat test", | ||
"test": "yarn hardhat:test", | ||
"format": "yarn next:format && yarn hardhat:format", | ||
"start": "yarn workspace @se-2/nextjs dev", | ||
"next:lint": "yarn workspace @se-2/nextjs lint", | ||
"next:format": "yarn workspace @se-2/nextjs format", | ||
"next:check-types": "yarn workspace @se-2/nextjs check-types", | ||
"hardhat:verify": "yarn workspace @se-2/hardhat verify", | ||
"lint": "yarn nextjs:lint && yarn hardhat:lint", | ||
"next:build": "yarn workspace @se-2/nextjs build", | ||
"next:check-types": "yarn workspace @se-2/nextjs check-types", | ||
"next:format": "yarn workspace @se-2/nextjs format", | ||
"next:lint": "yarn workspace @se-2/nextjs lint", | ||
"next:serve": "yarn workspace @se-2/nextjs serve", | ||
"postinstall": "husky", | ||
"precommit": "lint-staged", | ||
"start": "yarn workspace @se-2/nextjs dev", | ||
"test": "yarn hardhat:test", | ||
"vercel": "yarn workspace @se-2/nextjs vercel", | ||
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo" | ||
"vercel:yolo": "yarn workspace @se-2/nextjs vercel:yolo", | ||
"verify": "yarn hardhat:verify" | ||
}, | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters