Fix prepublish script with production translations and correct id typo in package.json. (#287)

This commit is contained in:
Andreea Isac 2022-02-24 14:05:35 -08:00 коммит произвёл GitHub
Родитель 8bb2fbae07
Коммит 275244a981
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -520,7 +520,7 @@
{
"id": "makefile.outline",
"when": "makefile:fullFeatureSet",
"name": "%makefile-tools.configuration.views.makefile.outline.description.description%"
"name": "%makefile-tools.configuration.views.makefile.outline.description%"
}
]
},
@ -686,7 +686,7 @@
}
},
"scripts": {
"vscode:prepublish": "yarn compile",
"vscode:prepublish": "yarn compile-production",
"compile": "yarn install && tsc -p ./",
"compile-production": "yarn install && yarn run translations-generate && yarn run compile",
"translations-export": "gulp translations-export",