Skip to content

Commit c47bfbb

Browse files
author
Sebi Nemeth
committed
remove autoinstall husky
1 parent 098e360 commit c47bfbb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,18 @@ Vue.use(LiveTranslatorPlugin, {
2323
translationLink (meta: TranslationMeta) {
2424
return `<weblate_url>/translate/<project>/<component>/${meta.locale}/?q=context:=${meta.path}`
2525
}
26+
```
27+
28+
## Develop
29+
```bash
30+
git clone https://github.com/apicore-engineering/vue-i18n-live-translator-plugin
31+
```
32+
```bash
33+
cd vue-i18n-live-translator-plugin
34+
```
35+
```bash
36+
npm install
37+
```
38+
```bash
39+
husky install
2640
```

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"types": "./dist/index.d.ts",
77
"scripts": {
88
"build": "tsc --declaration",
9-
"test": "echo \"Error: no test specified\" && exit 1",
10-
"prepare": "husky install"
9+
"test": "echo \"Error: no test specified\" && exit 1"
1110
},
1211
"husky": {
1312
"hooks": {

0 commit comments

Comments
 (0)