diff options
| author | Apexo | 2026-03-29 12:44:32 +0200 |
|---|---|---|
| committer | Apexo | 2026-03-29 12:44:32 +0200 |
| commit | fefd4b3c7cf76a9f84a535548020c4437713a6b1 (patch) | |
| tree | b9d8492e5be8b2f53b6798dcd8b2efabcef71bac /package.json | |
| parent | anduril submodule (diff) | |
| download | anduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.tar.gz anduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.tar.bz2 anduril-sim-fefd4b3c7cf76a9f84a535548020c4437713a6b1.zip | |
build built-in fw
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 |
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": { |
