From 1b30a215b89f406a69e286f04670ecfbad0dc6c2 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Wed, 23 Apr 2025 00:13:21 +0300 Subject: [PATCH] update dev env instructions --- DEV.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEV.md b/DEV.md index 4e6a0bd..772fe56 100644 --- a/DEV.md +++ b/DEV.md @@ -28,9 +28,12 @@ npm install -g pnpm cd ng-sdk-js cargo run-script app cd .. +cd helpers/wasm-helpers +cargo run-script app +cd ../.. pnpm -C ./ng-app install pnpm -C ./ng-app webfilebuild -pnpm -C ./helpers/app-auth run build +pnpm -C ./helpers/app-auth build ``` For building the native apps, see the [ng-app/README](ng-app/README.md)