Skip to content

Commit

Permalink
Update demo app and fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov committed Aug 6, 2023
1 parent 6361d8d commit 08477e1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ['master']
paths:
- demo/**

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
14 changes: 7 additions & 7 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vkruglikov/react-telegram-web-app": "^2.0.0",
"@vkruglikov/react-telegram-web-app": "^2.1.0",
"antd": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 08477e1

Please sign in to comment.