File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
"node" : " ^12.22.0 || ^14.16.0 || >=16.0.0"
31
31
},
32
32
"scripts" : {
33
+ "postinstall" : " cd www && npm install" ,
33
34
"preversion" : " . ./resources/checkgit.sh && npm ci" ,
34
35
"version" : " node resources/gen-version.js && npm test && git add src/version.ts" ,
35
36
"fuzzonly" : " mocha --full-trace src/**/__tests__/**/*-fuzz.ts" ,
47
48
"build:npm" : " node resources/build-npm.js" ,
48
49
"build:deno" : " node resources/build-deno.js" ,
49
50
"gitpublish:npm" : " bash ./resources/gitpublish.sh npm npmDist" ,
50
- "gitpublish:deno" : " bash ./resources/gitpublish.sh deno denoDist"
51
+ "gitpublish:deno" : " bash ./resources/gitpublish.sh deno denoDist" ,
52
+ "build:docs" : " cd www && npm run build" ,
53
+ "start:docs" : " cd www && npm start"
51
54
},
52
55
"devDependencies" : {
53
56
"@babel/core" : " 7.15.8" ,
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ function HomepageHeader() {
14
14
< h1 className = "hero__title" > { siteConfig . title } </ h1 >
15
15
< p className = "hero__subtitle" > { siteConfig . tagline } </ p >
16
16
< div className = { styles . buttons } >
17
- < Link
18
- className = "button button--secondary button--lg"
19
- to = "/tutorials"
20
- >
17
+ < Link className = "button button--secondary button--lg" to = "/tutorials" >
21
18
Get Started
22
19
</ Link >
23
20
</ div >
You can’t perform that action at this time.
0 commit comments