Update postinstall script.
This commit is contained in:
parent
6d462801f0
commit
8d221f6c36
@ -22,7 +22,7 @@
|
||||
"test": "yarn wsrun --exclude monitor --exclude oracle-e2e test",
|
||||
"ansible-lint": "./deployment/lint.sh",
|
||||
"oracle-e2e": "./oracle-e2e/run-tests.sh",
|
||||
"clean": "rm -rf ./node_modules ./**/node_modules"
|
||||
},
|
||||
"postinstall": "ln -s $(pwd)/node_modules/openzeppelin-solidity/ contracts/node_modules/openzeppelin-solidity"
|
||||
"clean": "rm -rf ./node_modules ./**/node_modules",
|
||||
"postinstall": "ln -s $(pwd)/node_modules/openzeppelin-solidity/ contracts/node_modules/openzeppelin-solidity"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user