Skip to content

Commit

Permalink
chore: add tutorial zips (#521)
Browse files Browse the repository at this point in the history
* Add tutorial zips

* Remove unzipped folder and DS_Store
  • Loading branch information
andygup authored Jul 9, 2024
1 parent 73aebca commit 6092a46
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/create-zips.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ const SAMPLES_RELATIVE_PATH = "../../";
const SAMPLE_DIRS = [
{ dir: "core-samples", name: "core-sample" },
{ dir: "component-samples/map-components/samples", name: "map-component-sample" },
{ dir: "component-samples/map-components/tutorials", name: "map-components-tutorial" },
{ dir: "component-samples/charts-components/samples", name: "charts-components-sample" },
{ dir: "component-samples/coding-components/samples", name: "coding-components-sample" }];
{ dir: "component-samples/charts-components/tutorials", name: "charts-components-tutorial" },
{ dir: "component-samples/coding-components/samples", name: "coding-components-sample" }
];

/**
* Emphasizes a message in the console
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified zips/core-sample-esbuild.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-angular-cli.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-custom-ui.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-custom-workers.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-deno.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-esm-cdn.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-node.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-oauth.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-react.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-vite-ts.zip
Binary file not shown.
Binary file modified zips/core-sample-jsapi-vue.zip
Binary file not shown.
Binary file modified zips/core-sample-rollup.zip
Binary file not shown.
Binary file modified zips/core-sample-webpack.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6092a46

Please sign in to comment.