This commit is contained in:
lee-at-zoo-corp
2025-06-06 19:00:56 -04:00
parent 619e8ac41d
commit 46f18f9cbc

View File

@ -1,7 +1,6 @@
# Zoo Design Studio
### Developer manual
[//]:#\
.PHONY: **all**
**all**: **install**
@ -35,9 +34,9 @@ endif
**install**: node_modules/.package-lock.json $(CARGO) $(WASM_PACK)
node_modules/.package-lock.json: package.json package-lock.json
npm prune
npm install
- node_modules/.package-lock.json: package.json package-lock.json
- npm prune
- npm install
```sh :
$(CARGO):
@ -58,3 +57,5 @@ else
endif
#\
```
-: