Skip to content

Commit

Permalink
fix: scirpts update
Browse files Browse the repository at this point in the history
Signed-off-by: michalrozekariane <[email protected]>
  • Loading branch information
michalrozekariane committed Mar 19, 2024
1 parent c3bfed8 commit a54368b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- deploy-test

permissions:
contents: write
jobs:
build:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preview": "vite preview",
"test": "jest",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist -t true"
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@hashgraph/sdk": "^2.42.0",
Expand Down

0 comments on commit a54368b

Please sign in to comment.