-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added compile-ts to prepublishOnly script
chore: bumped version to 2.4.1
- Loading branch information
1 parent
6f48f1d
commit 886106d
Showing
2 changed files
with
6 additions
and
5 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@mstable/protocol", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "mStable Contracts", | ||
"author": "mStable <[email protected]>", | ||
"license": "AGPL-3.0-or-later", | ||
|
@@ -38,7 +38,7 @@ | |
"test:file": "yarn hardhat test", | ||
"test:file:long": "LONG_TESTS=true yarn hardhat test", | ||
"copy-types": "cp -R types/generated dist/types", | ||
"prepublishOnly": "yarn compile && yarn copy-types" | ||
"prepublishOnly": "yarn compile && yarn compile-ts && yarn copy-types" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|