Skip to content

Commit acd2020

Browse files
committed
simplify version script
1 parent 0da4c3b commit acd2020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
"build-translations": "rm -rf .tmpi18ncache || true && mkdir .tmpi18ncache && yarn run babel --config-file ./babel.i18next-extract.js 'src/**/*.{js,jsx,ts,tsx}' --out-dir '.tmpi18ncache/' && rm -rf .tmpi18ncache && prettier --write 'src/i18n/*.{js,json}'",
174174
"validate-translations": "node scripts/validate-translations.js",
175175
"prepare": "yarn run build",
176-
"preversion": "yarn install && yarn lint && yarn test && make example-deps && git add yarn.lock && git add examples/*/yarn.lock",
177-
"version": "yarn docs && git add docs && git add yarn.lock examples/*/yarn.lock",
176+
"preversion": "yarn install && yarn lint && yarn test",
177+
"version": "yarn docs && git add docs",
178178
"postversion": "git push && git push --tags && npm publish"
179179
},
180180
"stylelint": {

0 commit comments

Comments
 (0)