Skip to content

Commit

Permalink
fix: added contract types to dist folder
Browse files Browse the repository at this point in the history
chore: bumped the package version to 2.2.2
  • Loading branch information
naddison36 committed Jul 6, 2021
1 parent cdbca2e commit 358ac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mstable/protocol",
"version": "2.2.1",
"version": "2.2.2",
"description": "mStable Contracts",
"author": "mStable <[email protected]>",
"license": "AGPL-3.0-or-later",
Expand All @@ -23,7 +23,7 @@
"lint:fix": "yarn pretty-quick --pattern '**/*.*(sol|json)' --staged --verbose",
"lint-ts": "yarn eslint ./test --ext .ts --fix --quiet",
"lint-sol": "solhint 'contracts/**/*.sol'",
"compile-abis": "typechain --target=ethers-v5 --out-dir types/generated \"?(contracts|build)/!(build-info)/**/+([a-zA-Z0-9]).json\"",
"compile-abis": "typechain --target=ethers-v5 --out-dir types/generated --out-dir dist/types/generated \"?(contracts|build)/!(build-info)/**/+([a-zA-Z0-9]).json\"",
"compile-ts": "npx tsc",
"compile": "yarn hardhat compile --force && yarn run compile-abis",
"flatten": "npx sol-merger \"./contracts/**/*.sol\" ./_flat",
Expand Down

0 comments on commit 358ac6d

Please sign in to comment.