Skip to content

Commit

Permalink
Change config to js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Feb 16, 2024
1 parent 5a53c3e commit 3871974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
frontend/dist/spa
fleek.config.ts
node_modules
!node_modules/**/*.json
tests:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -179,5 +177,7 @@ jobs:
cache: false
- name: Look at directory
run: ls -la
- name: Install Fleek CLI
run: volta run yarn global add @fleekxyz/cli
- name: Build & deploy sites
run: volta run fleek sites deploy
4 changes: 1 addition & 3 deletions fleek.config.ts → fleek.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import { FleekConfig } from '@fleekxyz/cli';

export default {
"sites": [
{
"slug": "many-island-colossal",
"distDir": "./frontend/dist/spa"
}
]
} satisfies FleekConfig;
};

0 comments on commit 3871974

Please sign in to comment.