From f65b9aaf7f8b2cbc11ee7901fee7588d10fda29a Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Mon, 7 Jan 2019 11:50:55 +0100 Subject: [PATCH] build: use correct lifecycle hook for publishes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd4e02e7..b5c761f3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "compile": "tsc && sed -i '1i#!/usr/bin/env node' lib/cli.js", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", - "prepareOnly": "npm run build", + "prepublishOnly": "npm run build", "tslint": "tslint 'src/**/*.ts'" }, "author": "Karl-Philipp Wulfert ",