From 73af22cc927b9d1f0255fc313cf7ba6845ac91b0 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Sun, 16 Jul 2017 22:43:02 -0500 Subject: [PATCH] chore: publish nexe@beta --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a192eef..67f91a7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", @@ -10,6 +10,7 @@ ], "scripts": { "prebuild": "npm run clean", + "prepublish": "npm run build", "clean": "rimraf lib", "build": "prettier --parser typescript --no-semi --print-width 100 --single-quote --write \"src/**/*.ts\" && tsc --declaration" },