Skip to content

Commit 86ac232

Browse files
committed
chore: remove scripts version, postversion and prevent linting and testing on preversion
1 parent f748b76 commit 86ac232

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
"docs": "docz dev",
3636
"docs-build": "rm -rf docs && docz build",
3737
"prepare": "yarn build",
38-
"preversion": "yarn install && yarn lint && yarn test",
39-
"version": "yarn docs-build && git add -A docs",
40-
"postversion": "git push && git push --tags && npm publish",
38+
"preversion": "yarn install",
4139
"semantic-release": "semantic-release"
4240
},
4341
"engines": {

0 commit comments

Comments
 (0)