Skip to content

Commit

Permalink
Merge pull request #938 from golemfactory/grisha87/fix-beta-build
Browse files Browse the repository at this point in the history
refactor: re-arranging examples and fixing beta build for examples
  • Loading branch information
mgordel authored May 24, 2024
2 parents ef46759 + 8ba3f58 commit 6339c02
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 5 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"type": "module",
"repository": "https://github.com/golemfactory/golem-js",
"scripts": {
"hello-basic": "tsx basic/hello-world-v2.ts",
"hello-advanced": "tsx basic/hello-world.ts",
"hello-advanced-pool": "tsx pool/hello-world.ts",
"local-image": "tsx local-image/serveLocalGvmi.ts",
"basic-one-of": "tsx basic/one-of.ts",
"basic-many-of": "tsx basic/many-of.ts",
"advanced-hello-world": "tsx advanced/hello-world.ts",
"advanced-manual-pools": "tsx advanced/manual-pools.ts",
"local-image": "tsx advanced/local-image/serveLocalGvmi.ts",
"deployment": "tsx experimental/deployment/new-api.ts",
"market-scan": "tsx market/scan.ts",
"experimental-server": "tsx experimental/express/server.ts",
Expand Down
7 changes: 4 additions & 3 deletions tests/examples/examples.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[
{ "cmd": "tsx", "path": "examples/basic/hello-world.ts" },
{ "cmd": "tsx", "path": "examples/pool/hello-world.ts" },
{ "cmd": "tsx", "path": "examples/basic/many-of.ts" },
{ "cmd": "tsx", "path": "examples/deployment/new-api.ts" }
{ "cmd": "tsx", "path": "examples/basic/one-of.ts" },
{ "cmd": "tsx", "path": "examples/advanced/hello-world.ts" },
{ "cmd": "tsx", "path": "examples/advanced/manual-pools.ts" },
{ "cmd": "tsx", "path": "examples/experimental/deployment/new-api.ts" }
]

0 comments on commit 6339c02

Please sign in to comment.