Skip to content

Commit

Permalink
Use .json config for Fleek (#667)
Browse files Browse the repository at this point in the history
* Update CI for fleek

* Update fleek-cli and use json config for fleek instead
  • Loading branch information
garyghayrat authored Apr 22, 2024
1 parent 561dfd4 commit b602da0
Show file tree
Hide file tree
Showing 4 changed files with 1,376 additions and 443 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
submodules: recursive

- uses: volta-cli/action@v4
with:
cache: false

- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
Expand Down Expand Up @@ -182,8 +180,6 @@ jobs:
with:
name: frontend
- uses: volta-cli/action@v4
with:
cache: false
- name: Look at directory
run: ls -la
- name: Install Typescript
Expand Down
4 changes: 2 additions & 2 deletions fleek.config.ts → fleek.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
{
"sites": [
{
"slug": "many-island-colossal",
"distDir": "./frontend/dist/spa"
}
]
};
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.14.0",
"@fleekxyz/cli": "0.7.2",
"@fleekxyz/cli": "1.3.91",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.1",
Expand Down
Loading

0 comments on commit b602da0

Please sign in to comment.