Skip to content

Commit 213fa50

Browse files
authored
Add build directory (#162)
* Add build json * Add comment
1 parent 9e9a809 commit 213fa50

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
version=$(cat contracts/package.json| jq .version)
3131
if [ $(yarn npm info '@acala-network/contracts' --json | jq -er ".versions|any(. == $version)") == false ]
3232
then
33+
# prepare
34+
yarn prepare
3335
# publish
3436
yarn tsc -p tsconfig-cjs.json && yarn workspace '@acala-network/contracts' npm publish --access=public
3537
fi

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/contracts",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "AcalaNetwork Smart Contract library for Solidity",
55
"files": [
66
"**/*.js",

0 commit comments

Comments
 (0)