Skip to content

Commit b744b2c

Browse files
committed
dont compress builds
1 parent 274adcd commit b744b2c

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
@@ -25,8 +25,8 @@
2525
]
2626
},
2727
"scripts": {
28-
"build": "microbundle",
29-
"dev": "microbundle watch",
28+
"build": "microbundle --compress=false",
29+
"dev": "microbundle watch --compress=false",
3030
"pretty": "prettier --write --tab-width 4 'src/**/*.js' 'test/**/*.js'",
3131
"prepublish": "npm run lint && npm run test && npm run build",
3232
"lint": "eslint src test",

0 commit comments

Comments
 (0)