Commit 88433e9efc96be708a13620cbaa6502fa16a7411
add script for translations/check
mix irving committed on 12/6/2017, 10:49:46 PMParent: 83cc84928bff0dd9e58c4d14584629a00a640e81
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -8,9 +8,10 @@ | ||
8 | 8 | "start": "electron .", |
9 | 9 | "dev": "ssb_appname=ssb electro main.js", |
10 | 10 | "postinstall": "echo 'REMEMBER: npm run rebuild'", |
11 | 11 | "test": "npm run test:deps", |
12 | - "test:deps": "dependency-check package.json --entry main.js --entry background-process.js && dependency-check package.json --entry main.js --entry background-process.js --extra --no-dev" | |
12 | + "test:deps": "dependency-check package.json --entry main.js --entry background-process.js && dependency-check package.json --entry main.js --entry background-process.js --extra --no-dev", | |
13 | + "test:i18n": "node translations/checker.js" | |
13 | 14 | }, |
14 | 15 | "repository": { |
15 | 16 | "type": "git", |
16 | 17 | "url": "ssb://%tkJPTTaxOzfLbsewZmgC9CslSER0ntjQOcyhIk6y/cQ=.sha256" |
Built with git-ssb-web