From a331156d8266ee1de82390f310a17d4dcbb61b45 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 12 Aug 2019 11:14:30 -0700 Subject: [PATCH] fix: add prepbulish script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index aac7f41..7eda9a8 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,7 @@ "ci:test": "npm run test -- --coverage", "format": "prettier \"**/*.{json,md,js,ts}\" --write", "lint": "tsc --noEmit && tslint -t codeFrame -c tslint.json '{src,test}/**/*.ts'", + "prepublishOnly": "npm run build", "release": "standard-version", "test": "jest" },