Просмотр исходного кода

Don't run type check when making dist files

JC Brand 2 лет назад
Родитель
Сommit
8b28ffecfe
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      Makefile
  2. 1 1
      src/headless/plugins/emoji/utils.js

+ 0 - 1
Makefile

@@ -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

+ 1 - 1
src/headless/plugins/emoji/utils.js

@@ -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) {