From d1fdb2115598850673e6a2ef27c57edb36088ddb Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 14 Feb 2024 18:22:29 +0000 Subject: [PATCH] use libdragon manual vendor strategy Resolves https://github.com/anacierdem/libdragon-docker/issues/69 --- examples/hello-world-libdragon/.libdragon/config.json | 2 +- examples/hello-world-libdragon/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello-world-libdragon/.libdragon/config.json b/examples/hello-world-libdragon/.libdragon/config.json index d66db2b..470ea32 100644 --- a/examples/hello-world-libdragon/.libdragon/config.json +++ b/examples/hello-world-libdragon/.libdragon/config.json @@ -1,5 +1,5 @@ { "imageName": "ghcr.io/dragonminded/libdragon:latest", "vendorDirectory": "libdragon", - "vendorStrategy": "submodule" + "vendorStrategy": "manual" } \ No newline at end of file diff --git a/examples/hello-world-libdragon/package.json b/examples/hello-world-libdragon/package.json index 6d36f0b..2d1b5c8 100644 --- a/examples/hello-world-libdragon/package.json +++ b/examples/hello-world-libdragon/package.json @@ -1,6 +1,6 @@ { "scripts": { - "_comment": "https://github.com/anacierdem/libdragon-docker/issues/69", + "prepare": "libdragon init", "build": "libdragon make && rm -rf .git" }, "dependencies": {