Don't run type check when making dist files

This commit is contained in:
JC Brand 2023-06-06 11:05:30 +02:00
parent 80bf81db6f
commit 8b28ffecfe
2 changed files with 1 additions and 2 deletions

View File

@ -194,7 +194,6 @@ src/headless/dist/converse-headless.min.js: src webpack/webpack.common.js node_m
dist:: node_modules src/* | dist/website.css dist/website.min.css
npm run headless
npm run build
make types
.PHONY: install
install:: dist

View File

@ -163,7 +163,7 @@ function shortnamesToUnicode (str) {
* Determines whether the passed in string is just a single emoji shortname;
* @namespace u
* @method u.isOnlyEmojis
* @param { String } shortname - A string which migh be just an emoji shortname
* @param { String } text - A string which migh be just an emoji shortname
* @returns { Boolean }
*/
function isOnlyEmojis (text) {