diff --git a/package.json b/package.json index 88b40dd..cd3f73f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "test:watch": "jest --watch", "start": "node bin/make-workout.js", "format:js": "prettier --write src/", - "build": "tsc" + "build": "tsc", + "prepublish": "yarn build" }, "main": "dist/index.js", "types": "dist/index.d.ts",