From 66a27d4b30541b37c211a42d38929f2ee0a41193 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 6 Jul 2018 12:11:36 -0500 Subject: [PATCH] spec "prepack" script in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1c866c7..7d8cbf6 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "build-babel": "babel --out-dir dist src", "build-webpack": "npm run webpack", "clean": "rimraf dist embark.min.js", + "prepack": "npm run build", "server": "http-server", "test": "echo \"Error: no test specified\" && exit 1", "webpack": "webpack"