Skip to content

Commit

Permalink
fix prepare script (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 authored Aug 1, 2023
1 parent 213fa50 commit a10f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if [ $(yarn npm info '@acala-network/contracts' --json | jq -er ".versions|any(. == $version)") == false ]
then
# prepare
yarn prepare
yarn workspace '@acala-network/contracts' prepare
# publish
yarn tsc -p tsconfig-cjs.json && yarn workspace '@acala-network/contracts' npm publish --access=public
fi
Expand Down

0 comments on commit a10f8c8

Please sign in to comment.