From ea0524aefc52fd8ace28279312ccae08e6ffd527 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Fri, 6 Jul 2018 14:08:53 -0500 Subject: [PATCH] rimraf (`npm run clean`) should clean up the output of `npm pack` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11f357f..7526ec7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build": "npm run clean && npm run build-babel && npm run build-webpack", "build-babel": "babel --ignore 'src/browser.js' --out-dir dist src", "build-webpack": "npm run webpack", - "clean": "rimraf dist embark.min.js embarkjs-*.tgz", + "clean": "rimraf dist embark.min.js embarkjs-*.tgz package", "prepack": "npm run build", "server": "http-server", "test": "echo \"Error: no test specified\" && exit 1",