From c642e76cce03b5c3953b2b08b160b3147d100681 Mon Sep 17 00:00:00 2001 From: Godzil Date: Wed, 27 Dec 2017 05:34:22 +0100 Subject: [PATCH] Make sure that it is rebuild before publishing --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 22a682c..f9a9285 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "typescript": "^2.6.2" }, "scripts": { + "prepublishOnly": "npm run build", "build": "tsc", "test": "tslint -c ./tslint.json --project ./tsconfig.json ./src/**/*.ts", "start": "node ./bin/crunchy"