Skip to content

Commit

Permalink
remove no-tests flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dhowe committed Nov 10, 2023
1 parent 2c0a0ad commit 35585c0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/rita.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42644,7 +42644,7 @@ RiTa2.SILENT = false;
RiTa2.SILENCE_LTS = false;
RiTa2.CDN = "https://www.unpkg.com/rita/";
RiTa2.PHONES = ["aa", "ae", "ah", "ao", "aw", "ay", "b", "ch", "d", "dh", "eh", "er", "ey", "f", "g", "hh", "ih", "iy", "jh", "k", "l", "m", "n", "ng", "ow", "oy", "p", "r", "s", "sh", "t", "th", "uh", "uw", "v", "w", "y", "z", "zh"];
RiTa2.VERSION = "1.0.63";
RiTa2.VERSION = "1.0.64";
RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
RiTa2.FIRST = 1;
RiTa2.SECOND = 2;
Expand Down
2 changes: 1 addition & 1 deletion dist/rita.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rita.iife.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rita.iife.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rita.js
Original file line number Diff line number Diff line change
Expand Up @@ -42644,7 +42644,7 @@ RiTa2.SILENT = false;
RiTa2.SILENCE_LTS = false;
RiTa2.CDN = "https://www.unpkg.com/rita/";
RiTa2.PHONES = ["aa", "ae", "ah", "ao", "aw", "ay", "b", "ch", "d", "dh", "eh", "er", "ey", "f", "g", "hh", "ih", "iy", "jh", "k", "l", "m", "n", "ng", "ow", "oy", "p", "r", "s", "sh", "t", "th", "uh", "uw", "v", "w", "y", "z", "zh"];
RiTa2.VERSION = "1.0.63";
RiTa2.VERSION = "1.0.64";
RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
RiTa2.FIRST = 1;
RiTa2.SECOND = 2;
Expand Down
2 changes: 1 addition & 1 deletion dist/rita.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:dist": "NODE_ENV=dev mocha test/dist",
"build": "rm -rf dist/ && npx tsup",
"types": "npx tsc",
"pub": "np patch --no-tests"
"pub": "np patch"
},
"main": "dist/rita.js",
"exports": {
Expand Down

0 comments on commit 35585c0

Please sign in to comment.