We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc5884 commit 11a5fd9Copy full SHA for 11a5fd9
package.json
@@ -80,7 +80,7 @@
80
},
81
"scripts": {
82
"build": "npm-run-all -p clean lint -s build:tsc -p build:terse:*",
83
- "build:terse:async-iterable-queue": "terser build/lib/async-iterable-queue.js -c -m -o lib/async-iteable-queue.js --toplevel",
+ "build:terse:async-iterable-queue": "terser build/lib/async-iterable-queue.js -c -m -o lib/async-iterable-queue.js --toplevel",
84
"build:terse:index": "terser build/index.js -c -m -o index.js --toplevel",
85
"build:tsc": "tsc",
86
"clean": "rimraf .nyc_output/ build/ coverage/ index.d.ts index.js lib/",
0 commit comments