Skip to content

Commit

Permalink
chore: add release task
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 24, 2020
1 parent c27f788 commit 5e27c02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
"lint": "eslint --report-unused-disable-directives \"sources/**/*.ts\"",
"prepublishOnly": "yarn build:source",
"release:prepare": "yarn changeset version",
"release": "yarn changeset publish",
"release": "yarn build && yarn changeset publish",
"test": "jest",
"test:ci": "jest --ci --config jest.ci.config.js --runInBand",
"test:types": "tsc -p tsconfig.json --noEmit",
Expand Down

0 comments on commit 5e27c02

Please sign in to comment.