Skip to content

Commit 717658b

Browse files
lex111markerikson
andauthored
Update Docusaurus and add lockfile to 43 version (#369)
* Update Docusaurus and add lockfile to 43 version * Fix lockfile * Update netlify.toml to remove Yarn command * Try forcing node version Co-authored-by: Mark Erikson <[email protected]>
1 parent 4296e74 commit 717658b

File tree

3 files changed

+96
-122
lines changed

3 files changed

+96
-122
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[build]
22
base = "website"
33
publish = "website/build"
4-
command = "yarn build"
4+
command = "npm run build"
5+
6+
[build.environment]
7+
NODE_VERSION = "10"

website/package-lock.json

Lines changed: 90 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"deploy": "docusaurus deploy"
88
},
99
"dependencies": {
10-
"@docusaurus/core": "^2.0.0-alpha.41",
11-
"@docusaurus/preset-classic": "^2.0.0-alpha.41",
10+
"@docusaurus/core": "^2.0.0-alpha.43",
11+
"@docusaurus/preset-classic": "^2.0.0-alpha.43",
1212
"classnames": "^2.2.6",
1313
"react": "^16.10.2",
1414
"react-dom": "^16.10.2"

0 commit comments

Comments
 (0)