Skip to content

Commit 9a7e583

Browse files
committed
Refactor scripts in package.json
1 parent 67cca5a commit 9a7e583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
},
4343
"scripts": {
4444
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
45-
"build-bundle": "browserify . -s mdastUtilToString > mdast-util-to-string.js",
46-
"build-mangle": "browserify . -s mdastUtilToString -p tinyify > mdast-util-to-string.min.js",
45+
"build-bundle": "browserify . -s mdastUtilToString -o mdast-util-to-string.js",
46+
"build-mangle": "browserify . -s mdastUtilToString -o mdast-util-to-string.min.js -p tinyify",
4747
"build": "npm run build-bundle && npm run build-mangle",
4848
"test-api": "node test",
4949
"test-coverage": "nyc --reporter lcov tape test.js",

0 commit comments

Comments
 (0)