Skip to content

Commit

Permalink
chore: added pull and push translation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 committed Nov 10, 2022
1 parent ea7a3ac commit ae5dd74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"build": "sdk build",
"deploy": "sdk deploy",
"start": "sdk watch",
"deploy-on-module": "npm pack && rm -rf $PKG_PATH/node_modules/@zextras/carbonio-shell-ui/* && tar -xf zextras-carbonio-shell-ui-$npm_package_version.tgz -C $PKG_PATH/node_modules/@zextras/carbonio-shell-ui/ --strip-components 1"
"deploy-on-module": "npm pack && rm -rf $PKG_PATH/node_modules/@zextras/carbonio-shell-ui/* && tar -xf zextras-carbonio-shell-ui-$npm_package_version.tgz -C $PKG_PATH/node_modules/@zextras/carbonio-shell-ui/ --strip-components 1",
"pull-translations": "git subtree pull -P translations [email protected]:zextras/com_zextras_zapp_shell.git master --squash",
"push-translations": "git subtree push -P translations [email protected]:zextras/com_zextras_zapp_shell.git"
},
"files": [
"dist/",
Expand Down

0 comments on commit ae5dd74

Please sign in to comment.