aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-15 01:32:32 +0800
committerFabio Berger <me@fabioberger.com>2018-05-15 01:32:32 +0800
commita6773b85d2a518c5bc636d889a20ee31bd809cc7 (patch)
treee4672ce9d1db5847bc46aee400e68f712e05f805 /packages/sol-cov/package.json
parent5f678acf46ac024ccd6a0a6ea002e0ddf7ff3ba5 (diff)
downloaddexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar.gz
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar.bz2
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar.lz
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar.xz
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.tar.zst
dexon-sol-tools-a6773b85d2a518c5bc636d889a20ee31bd809cc7.zip
Fix sol-compiler binary so it can be called directly from packages
Diffstat (limited to 'packages/sol-cov/package.json')
-rw-r--r--packages/sol-cov/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index 16d0330a6..cc513c1bd 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -14,7 +14,7 @@
"run_mocha": "mocha lib/test/**/*_test.js --exit",
"clean": "shx rm -rf lib scripts test/fixtures/artifacts src/artifacts",
"build": "copyfiles 'test/fixtures/**/*' ./lib && tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
- "compile_test": "node ../sol-compiler/lib/src/cli.js compile",
+ "compile_test": "sol-compiler compile",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
"docs:stage": "node scripts/stage_docs.js",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",