We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819fbe9 commit 3496223Copy full SHA for 3496223
website/package.json
@@ -3,13 +3,11 @@
3
"version": "0.0.0",
4
"private": true,
5
"scripts": {
6
- "start": "docusaurus start",
7
- "website:start": "yarn start",
+ "start": "yarn fetchSupporters && docusaurus start",
8
"build": "docusaurus build",
9
"swizzle": "docusaurus swizzle",
10
"deploy": "docusaurus deploy",
11
"clear": "docusaurus clear",
12
- "serve": "docusaurus serve",
13
"write-translations": "docusaurus write-translations",
14
"write-heading-ids": "docusaurus write-heading-ids",
15
"fetchSupporters": "node fetchSupporters.js",
0 commit comments