Skip to content

Commit adecf1e

Browse files
committed
chore(script): pull i18n script
1 parent f69f6e1 commit adecf1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"format": "prettier --write ./src/**",
1212
"lint": "eslint ./src/**/*.{ts,tsx} || stylelint ./src/**/*.{scss,css}",
1313
"precommit": "lint-staged",
14+
"pull:i18n": "git subtree pull --prefix=assets/locales https://github.com/bndynet/i18n.git master --squash",
1415
"test": "echo \"Error: no test specified\" && exit 1"
1516
},
1617
"repository": {

0 commit comments

Comments
 (0)