Skip to content

Commit

Permalink
fix dependencies:link script
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Apr 26, 2022
1 parent c4f339c commit 7c87bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"reset": "yarn clean && yarn && yarn build",
"clean": "npx rimraf ./**/node_modules ./**/yarn.lock ./**/build ./**/coverage ./**/.w3",
"dependencies:install": "cd dependencies && yarn",
"dependencies:link": "cd packages/schema/bind && yarn link && cd ../../../dependencies && yarn link @web3api/schema-bind",
"dependencies:link": "cd packages/schema/bind && (yarn unlink || true) && yarn link && cd ../../../dependencies && yarn link @web3api/schema-bind",
"preinstall": "yarn dependencies:install",
"build": "yarn build:core && yarn dependencies:link && yarn build:plugins && yarn build:client && yarn build:cli",
"build:core": "lerna run build --no-private --ignore @web3api/*-plugin-js --ignore @web3api/cli* --ignore @web3api/react",
Expand Down

0 comments on commit 7c87bf2

Please sign in to comment.