From 537e5c54df3d0b33435f2015ed776e39b880a531 Mon Sep 17 00:00:00 2001 From: Justin Bay Date: Sat, 22 Oct 2016 22:01:25 -0400 Subject: [PATCH] npm is the actual literal worst --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 8acefbd..196d70e 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "pretest": "rimraf tests/**/runner.js && ts-node -P testRunner testRunner/init", "reset": "git clean -xdf -e\"node_modules\" && npm run typings", "test": "jest --config jest.json", - "typings": "typings install", - "prepublish": "npm run ci" + "typings": "typings install" }, "repository": { "type": "git",