Skip to content

Commit 11a5fd9

Browse files
committed
✏️ Fix typo of output file name
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 4dc5884 commit 11a5fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"scripts": {
8282
"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",
83+
"build:terse:async-iterable-queue": "terser build/lib/async-iterable-queue.js -c -m -o lib/async-iterable-queue.js --toplevel",
8484
"build:terse:index": "terser build/index.js -c -m -o index.js --toplevel",
8585
"build:tsc": "tsc",
8686
"clean": "rimraf .nyc_output/ build/ coverage/ index.d.ts index.js lib/",

0 commit comments

Comments
 (0)