Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit de917f0

Browse files
committed
No longer compress dist version of the library
1 parent ff208e2 commit de917f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/poor-sloths-love.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@onflow/flow-js-testing": patch
3+
---
4+
5+
No longer compress the packaged version of the library

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"flow-js-testing": "./bin/index.js"
1111
},
1212
"scripts": {
13-
"build": "microbundle",
13+
"build": "microbundle --no-compress",
1414
"generate-code": "node_modules/.bin/flow-generate -i ./cadence -o ./src/generated",
1515
"lint": "eslint -c .eslintrc.js src",
1616
"check-headers": "sh ./check-headers.sh",

0 commit comments

Comments
 (0)