diff --git a/package.json b/package.json index 347990ba..ac832f38 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "compile": "tsc", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", - "prepareOnly": "npm run build", + "prepublishOnly": "npm run build", "test": "nyc mocha --require ts-node/register --ui mocha-typescript 'test/*.ts'", "tslint": "tslint 'src/**/*.ts'" },