From ee25e0278cd189b32ae156d3b32a3b0217a869e8 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 4 Nov 2018 12:17:23 -0800 Subject: [PATCH] refactor: don't pretty twice during ok --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 9b187665d6..5d37ced6d2 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -55,7 +55,7 @@ "localnet:down": "bin/localnet.sh down", "localnet:update": "bin/localnet.sh update", "localnet:logs": "bin/localnet.sh logs -f", - "ok": "npm run pretty && npm run lint && npm run flow && npm run test && npm run doc", + "ok": "npm run lint && npm run flow && npm run test && npm run doc", "pretty": "prettier --write '{,{examples,src,test}/**/}*.js'", "prepare": "npm run clean && npm run ok && npm run fetch-bpf-sdk && npm run build", "examples": "set -ex; for example in examples/*.js; do node $example; done",