Skip to content

Commit

Permalink
Add changeset task
Browse files Browse the repository at this point in the history
  • Loading branch information
gksander committed Jul 27, 2023
1 parent 8589279 commit 348a647
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"test-ts-defs": "tsc --target ES5 index.d.ts",
"test": "builder concurrent --buffer eslint tslint test-ts-usage test-ts-defs test-node-cov test-browser",
"compress": "terser --compress --mangle=\"toplevel:true\" -- index.js",
"size-min-gz": "yarn -s compress | gzip -9 | wc -c"
"size-min-gz": "yarn -s compress | gzip -9 | wc -c",
"changeset": "changeset"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -102,4 +103,4 @@
"index.d.ts"
],
"types": "index.d.ts"
}
}

0 comments on commit 348a647

Please sign in to comment.