Fix sol-compiler bug with remappings causing smart recompilation to now work
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"profiler:report:html": "istanbul report html && open coverage/index.html",
|
||||
"coverage:report:lcov": "istanbul report lcov",
|
||||
"test:circleci": "yarn test:coverage",
|
||||
"compile": "sol-compiler compile"
|
||||
"compile": "sol-compiler",
|
||||
"watch": "sol-compiler -w"
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
|
Reference in New Issue
Block a user