Skip to content

Commit acd566a

Browse files
authored
Merge pull request #132 from FormidableLabs/changeset-task
Add changeset task
2 parents 8589279 + 348a647 commit acd566a

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)