Skip to content

Commit a10f8c8

Browse files
authored
fix prepare script (#163)
1 parent 213fa50 commit a10f8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ $(yarn npm info '@acala-network/contracts' --json | jq -er ".versions|any(. == $version)") == false ]
3232
then
3333
# prepare
34-
yarn prepare
34+
yarn workspace '@acala-network/contracts' prepare
3535
# publish
3636
yarn tsc -p tsconfig-cjs.json && yarn workspace '@acala-network/contracts' npm publish --access=public
3737
fi

0 commit comments

Comments
 (0)