We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0298467 commit e98cb5aCopy full SHA for e98cb5a
.github/workflows/examples.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
mkdir _deploy
33
cp -R examples _deploy
34
+ rm -rf _deploy/examples/node_modules
35
cp -R demos/angular-app/dist/angular-app _deploy/angular-app
36
cp -R demos/react-app/build _deploy/react-app
37
cp -R demos/svelte-app/build _deploy/svelte-app
0 commit comments