Fix sol-compiler bug with remappings causing smart recompilation to now work

This commit is contained in:
Leonid Logvinov
2019-02-07 12:13:24 +01:00
parent 88432a5e67
commit fd4d3cff88
4 changed files with 17 additions and 2 deletions

View File

@@ -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",