Skip to content

Commit

Permalink
Fixed publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Oct 28, 2020
1 parent 94d5fa8 commit 1e0667f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs -p tsconfig.build.json",
"lint": "eslint --ext .js,.ts .",
"test": "jest",
"verify": "yarn tsc -p tsconfig.json && yarn test && yarn lint"
"verify": "yarn tsc -p tsconfig.json && yarn test && yarn lint",
"changeset": "changeset",
"release": "yarn verify && changeset publish"
},
"author": "Jake Ginnivan",
"license": "MIT",
Expand Down

0 comments on commit 1e0667f

Please sign in to comment.