We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd759fe commit 07f8d11Copy full SHA for 07f8d11
utils/localization/generate-translators/package.json
@@ -9,7 +9,8 @@
9
"scripts": {
10
"start": "node dist/index.js",
11
"compile": "npx tsc",
12
- "dev": "npx tsc -w"
+ "dev": "npx tsc -w",
13
+ "ci": "npx tsc && node dist/index.js"
14
},
15
"dependencies": {
16
"@crowdin/crowdin-api-client": "^1.41.2",
0 commit comments