From 281ffe2d8dcdca482a39acdd99aef08a052aefe8 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Mon, 20 Feb 2023 13:46:05 +0700 Subject: [PATCH] chore(web): fixes a describe_outputs --- web/src/engine/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/engine/build.sh b/web/src/engine/build.sh index af4f1608e5..e1736e468a 100755 --- a/web/src/engine/build.sh +++ b/web/src/engine/build.sh @@ -111,7 +111,7 @@ builder_describe_outputs \ configure:keyboard-cache ../../../node_modules \ configure:main ../../../node_modules \ configure:osk ../../../node_modules \ - build:device-detect $(output_path $CONFIGURATION $OUTPUT_DIR)/index.js \ + build:configuration $(output_path $CONFIGURATION $OUTPUT_DIR)/index.js \ build:device-detect $(output_path $DEVICEDETECT $OUTPUT_DIR)/kmwdevice.js \ build:dom-utils $(output_path $DOMUTILS $OUTPUT_DIR)/index.js \ build:element-wrappers $(output_path $ELEMENTWRAPPERS $OUTPUT_DIR)/index.js \