From fefd4b3c7cf76a9f84a535548020c4437713a6b1 Mon Sep 17 00:00:00 2001 From: Apexo Date: Sun, 29 Mar 2026 12:44:32 +0200 Subject: build built-in fw --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 594090e..3e87f53 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "type": "module", "scripts": { - "build": "vite build && cp -t dist index.html", + "build": "(cd anduril && [ -d arch/dfp ] || make dfp && make hank-emisar-d3aa) && vite build && cp -t dist index.html anduril/hex/anduril.hank-emisar-d3aa.hex", "dev": "vite build --watch" }, "dependencies": { -- cgit v1.2.3