Skip to content

Commit 24c2914

Browse files
authored
fix: build script (#383)
1 parent 6d8bf7d commit 24c2914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"prettier": "prettier --write ./**/*.{js,json,md} --ignore-path ./.prettierignore",
2727
"test": "mocha --recursive \"./test/**/*.spec.js\"",
2828
"build": "npm run build:min && npm run build:unmin",
29-
"build:min": "rollup -c --environment NODE_ENV:production",
30-
"build:unmin": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js"
29+
"build:min": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js",
30+
"build:unmin": "rollup -c"
3131
},
3232
"husky": {
3333
"hooks": {

0 commit comments

Comments
 (0)