summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorApexo2026-03-29 12:44:32 +0200
committerApexo2026-03-29 12:44:32 +0200
commitfefd4b3c7cf76a9f84a535548020c4437713a6b1 (patch)
treeb9d8492e5be8b2f53b6798dcd8b2efabcef71bac /package.json
parentanduril submodule (diff)
downloadanduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.tar.gz
anduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.tar.bz2
anduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.zip
build built-in fw
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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": {