From 832e1e2cf7daa94c900a2f0bd37fb9a85e995f3e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 10 May 2018 15:26:19 +0200 Subject: Add missing quote --- packages/fill-scenarios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/fill-scenarios/package.json') diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json index 12e307aa4..9ac419159 100644 --- a/packages/fill-scenarios/package.json +++ b/packages/fill-scenarios/package.json @@ -10,7 +10,7 @@ "generate_contract_wrappers": "node ../abi-gen/lib/index.js --abis 'src/compact_artifacts/@(Exchange|Token|TokenTransferProxy|EtherToken).json' --template ../contract_templates/contract.handlebars --partials '../contract_templates/partials/**/*.handlebars' --output src/generated_contract_wrappers --backend ethers && prettier --write 'src/generated_contract_wrappers/**.ts'", "build": "tsc && copyfiles -u 2 './src/compact_artifacts/**/*.json' ./lib/compact_artifacts && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", "clean": "shx rm -rf lib scripts", - "lint": "tslint --project ., + "lint": "tslint --project .", "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "license": "Apache-2.0", -- cgit v1.2.3