Skip to content

Commit

Permalink
Verifying deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 23, 2024
1 parent e16d7df commit 428951f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo "VITE_APP_BASE_URL=/zama_bounty/" >> $GITHUB_ENV

- name: Install dependencies
run: npm install --production
run: npm ci --only=production

- name: Build project
run: npm run build
Expand Down
18 changes: 5 additions & 13 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"

},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"ethers": "^6.12.1",
"fhevm": "^0.4.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
Expand Down

0 comments on commit 428951f

Please sign in to comment.