Add script to generate files for new language
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"lint": "next lint",
|
||||
"test": "jest",
|
||||
"dev:worker": "webpack -c worker-pack/webpack.dev.js --watch",
|
||||
"build:worker": "webpack -c worker-pack/webpack.prod.js"
|
||||
"build:worker": "webpack -c worker-pack/webpack.prod.js",
|
||||
"add-new-language": "node scripts/add-new-language.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^3.51.3",
|
||||
|
||||
Reference in New Issue
Block a user