Skip to content

Commit

Permalink
use libdragon manual vendor strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 14, 2024
1 parent be58185 commit d1fdb21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/hello-world-libdragon/.libdragon/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imageName": "ghcr.io/dragonminded/libdragon:latest",
"vendorDirectory": "libdragon",
"vendorStrategy": "submodule"
"vendorStrategy": "manual"
}
2 changes: 1 addition & 1 deletion examples/hello-world-libdragon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"_comment": "https://github.com/anacierdem/libdragon-docker/issues/69",
"prepare": "libdragon init",
"build": "libdragon make && rm -rf .git"
},
"dependencies": {
Expand Down

0 comments on commit d1fdb21

Please sign in to comment.