Skip to content

Commit 348a647

Browse files
committed
Add changeset task
1 parent 8589279 commit 348a647

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test-ts-defs": "tsc --target ES5 index.d.ts",
1717
"test": "builder concurrent --buffer eslint tslint test-ts-usage test-ts-defs test-node-cov test-browser",
1818
"compress": "terser --compress --mangle=\"toplevel:true\" -- index.js",
19-
"size-min-gz": "yarn -s compress | gzip -9 | wc -c"
19+
"size-min-gz": "yarn -s compress | gzip -9 | wc -c",
20+
"changeset": "changeset"
2021
},
2122
"repository": {
2223
"type": "git",
@@ -102,4 +103,4 @@
102103
"index.d.ts"
103104
],
104105
"types": "index.d.ts"
105-
}
106+
}

0 commit comments

Comments
 (0)