We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43be503 commit a9ad70cCopy full SHA for a9ad70c
package.json
@@ -184,7 +184,7 @@
184
"start": "tsc --watch",
185
"postversion": "git push && git push --tags && npm publish",
186
"prepare": "yarn run build",
187
- "preversion": "yarn install && yarn lint && yarn test",
+ "preversion": "yarn install",
188
"test": "jest",
189
"types": "tsc --strict",
190
"validate-translations": "node scripts/validate-translations.js",
0 commit comments