From 56bb5e5e3ee71e3d3eda921139c2d184f5169abd Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 16 May 2020 14:44:06 -0400 Subject: [PATCH] fix: build script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57b3466be..e96e9a4aa 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "prettier": "prettier --write ./**/*.{js,json,md} --ignore-path ./.prettierignore", "test": "mocha --recursive \"./test/**/*.spec.js\"", "build": "npm run build:min && npm run build:unmin", - "build:min": "rollup -c --environment NODE_ENV:production", - "build:unmin": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js" + "build:min": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js", + "build:unmin": "rollup -c" }, "husky": { "hooks": {