We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213fa50 commit a10f8c8Copy full SHA for a10f8c8
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
if [ $(yarn npm info '@acala-network/contracts' --json | jq -er ".versions|any(. == $version)") == false ]
32
then
33
# prepare
34
- yarn prepare
+ yarn workspace '@acala-network/contracts' prepare
35
# publish
36
yarn tsc -p tsconfig-cjs.json && yarn workspace '@acala-network/contracts' npm publish --access=public
37
fi
0 commit comments