Skip to content

Commit

Permalink
try fix link in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp committed Nov 4, 2022
1 parent bc80ae3 commit 3df19a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1,882 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"postinstall": "cd .. && yarn link && cd near-contract-standards && yarn link && cd ../examples && yarn link near-sdk-js near-contract-standards",
"postinstall": "cd .. && yarn link && cd examples && yarn link near-sdk-js",
"build": "run-s build:*",
"build:status-message": "near-sdk-js build src/status-message.js build/status-message.wasm",
"build:clean-state": "near-sdk-js build src/clean-state.js build/clean-state.wasm",
Expand Down
1 change: 0 additions & 1 deletion near-contract-standards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"type": "module",
"scripts": {
"postinstall": "cd .. && yarn link && cd near-contract-standards && yarn link near-sdk-js",
"build": "tsc"
},
"author": "Near Inc <hello@nearprotocol.com>",
Expand Down
Loading

0 comments on commit 3df19a6

Please sign in to comment.