Solidity compiler (solc) path remappings for OpenZeppelin contracts when using solc directly.
Run from the project root directory:
$ solc @openzeppelin/=$(pwd)/node_modules/@openzeppelin/ contracts/*.sol
Thanks to @maurelian:
Solidity compiler (solc) path remappings for OpenZeppelin contracts when using solc directly.
Run from the project root directory:
$ solc @openzeppelin/=$(pwd)/node_modules/@openzeppelin/ contracts/*.sol
Thanks to @maurelian: