Skip to content

Commit 5bb7858

Browse files
committed
fix: ci.
1 parent e98cb5a commit 5bb7858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
mkdir _deploy
3333
cp -R examples _deploy
34-
rm -rf _deploy/examples/node_modules
34+
rm -rf _deploy/examples/node_modules
3535
cp -R demos/angular-app/dist/angular-app _deploy/angular-app
3636
cp -R demos/react-app/build _deploy/react-app
3737
cp -R demos/svelte-app/build _deploy/svelte-app

0 commit comments

Comments
 (0)