From 2be5fc1c6707cf453a76a520d20b45da733c0d4d Mon Sep 17 00:00:00 2001 From: unional Date: Thu, 30 Nov 2017 23:11:36 -0800 Subject: [PATCH] chore: fix publish steps 3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2b152..fc2d32d 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev", "lint": "tslint -p tsconfig.json 'src/**/*.ts'", "install": "cd fixtures/fool && npm i", - "prepublishOnly": "npm run build && cd fixtures/fool && npm i", + "prepublishOnly": "npm run build", "version": "npm run remove-spec", "verify": "npm run lint && npm run coverage && npm run dependency-check", "coverage": "nyc npm test",