Skip to content

Commit 008bdf3

Browse files
authored
add npx-style rollup build to check compiled size in CI
1 parent de324dc commit 008bdf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"types": "./index.d.ts",
88
"type": "module",
99
"scripts": {
10+
"test-build": "yarn exec rollup -- index.js -d .dist",
1011
"test": "node --experimental-vm-modules node_modules/.bin/jest"
1112
},
1213
"exports": {

0 commit comments

Comments
 (0)