Skip to content

Commit

Permalink
Merge pull request #132 from FormidableLabs/changeset-task
Browse files Browse the repository at this point in the history
Add changeset task
  • Loading branch information
gksander committed Jul 27, 2023
2 parents 8589279 + 348a647 commit acd566a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
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 acd566a

Please sign in to comment.