Skip to content

Commit d2239c1

Browse files
authored
Merge pull request #201 from aragon/ci/fix-fleek
chore: remove subgraph from fleek and readme
2 parents 9ed6cc3 + 229c479 commit d2239c1

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
# Generated files
88
.docusaurus
99
.cache-loader
10-
**/subgraph/reference-guide
1110
/static/optimized-svg
1211

1312
# Misc

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ $ yarn build
4040

4141
This command generates static content into the `build` directory and can be served using any static contents hosting service.
4242

43-
Notice: you may need to run `yarn optimize-svg` and `yarn docs:subgraph` before `yarn build` or `yarn start` to correctly build this website.
43+
Notice: you may need to run `yarn optimize-svg` before `yarn build` or `yarn start` to correctly build this website.
4444

4545
### Serve All Optimized Assets
4646

4747
```bash
4848
$ yarn serve:all-optimized
4949
```
5050

51-
This command runs all the necessary commands to serve the website from scratch. It installs all the needed libraries, generates the Subgraph documentation, and then builds and serves the website, locally, with all optimized assets.
51+
This command runs all the necessary commands to serve the website from scratch. It installs all the needed libraries, and then builds and serves the website, locally, with all optimized assets.
5252

5353
### Deployment
5454

fleek_master.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": {
1010
"baseDir": "",
1111
"publicDir": "build/",
12-
"command": "yarn && yarn docs:subgraph && yarn optimize-svg && yarn build",
12+
"command": "yarn && yarn optimize-svg && yarn build",
1313
"rootDir": ""
1414
}
1515
}

fleek_staging.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": {
1010
"baseDir": "",
1111
"publicDir": "build/",
12-
"command": "yarn && yarn docs:subgraph && yarn optimize-svg && yarn build",
12+
"command": "yarn && yarn optimize-svg && yarn build",
1313
"rootDir": ""
1414
}
1515
}

0 commit comments

Comments
 (0)