Skip to content

Commit a9ad70c

Browse files
committed
chore(): simplify semrelease
1 parent 43be503 commit a9ad70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
"start": "tsc --watch",
185185
"postversion": "git push && git push --tags && npm publish",
186186
"prepare": "yarn run build",
187-
"preversion": "yarn install && yarn lint && yarn test",
187+
"preversion": "yarn install",
188188
"test": "jest",
189189
"types": "tsc --strict",
190190
"validate-translations": "node scripts/validate-translations.js",

0 commit comments

Comments
 (0)