Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomet committed Dec 22, 2024
1 parent 5253d21 commit 71ea44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# Step 3: Install latest version of poolzfinance/reacthelper
- name: Install dependencies
run: npm install poolzfinance/reacthelper
run: npm i @poolzfinance/reacthelper

# Step 4: Build the project (generate JSON files and copy index.html)
- name: Build project
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
"name": "chain-settings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"deploy": "gh-pages -d dist",
"generate": "node src/generate.js"
},
"repository": {
Expand Down

0 comments on commit 71ea44d

Please sign in to comment.