Commit d3ad0fd 1 parent 5fe2123 commit d3ad0fd Copy full SHA for d3ad0fd
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
[build ]
5
5
publish = " userguide/public"
6
- command = " npm install && npm run build:preview"
6
+ command = " npm run docs- install && npm run build:preview"
7
7
8
8
[build .environment ]
9
9
GO_VERSION = " 1.17.7"
10
10
HUGO_THEME = " repo"
11
11
12
12
[context .production ]
13
- command = " npm install && npm run build:production"
13
+ command = " npm run docs- install && npm run build:production"
Original file line number Diff line number Diff line change 4
4
"repository" : " github:google/docsy" ,
5
5
"scripts" : {
6
6
"_docs" : " cd userguide && npm run" ,
7
- "docs-install" : " cd userguide && npm install" ,
8
7
"build:preview" : " npm run _docs build:preview" ,
9
8
"build:production" : " npm run _docs build:production" ,
10
9
"build" : " npm run _docs build" ,
10
+ "docs-install" : " cd userguide && npm install" ,
11
+ "predocs-install" : " npm install" ,
11
12
"serve" : " npm run _docs serve" ,
12
13
"submodule:get" : " git submodule update --init --recursive --depth 1" ,
13
14
"submodule:update" : " git submodule update --remote --recursive --depth 1"
You can’t perform that action at this time.
0 commit comments