diff --git a/package.json b/package.json index 4d338cc..2f30543 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "sptVersion": "~3.10.3", "scripts": { "install:files": "npm run prepare:files && node scripts/install-files.js", - "build:ieapi": "cd ../InteractableExfilsAPI && dotnet build", + "build:ieapi": "cd ../../InteractableExfilsAPI && dotnet build", "dev:install": "npm run build && npm run build:client && npm run install:files", "git:check:status": "bash scripts/check-git-status.sh", "gather:external:resources": "bash scripts/gather-external-resources.sh && npm run prettier",