Commit bf1eae6 1 parent d55c8ea commit bf1eae6 Copy full SHA for bf1eae6
File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 4
4
"build:production" : " cd userguide && npm run build:production" ,
5
5
"build" : " cd userguide && npm run build" ,
6
6
"install" : " cd userguide && npm install" ,
7
- "serve" : " cd userguide && npm run serve" ,
8
- "submodule:get" : " git submodule update --init --recursive --depth 1" ,
9
- "submodule:update" : " git submodule update --remote --recursive --depth 1"
7
+ "serve" : " cd userguide && npm run serve"
10
8
},
11
9
"devDependencies" : {
12
10
"@fortawesome/fontawesome-free" : " ^5.15.4" ,
Original file line number Diff line number Diff line change 5
5
"build:preview" : " hugo --cleanDestinationDir -e dev -DFE --minify --baseURL \" ${DEPLOY_PRIME_URL:-/}\" --themesDir ../.." ,
6
6
"build:production" : " hugo --cleanDestinationDir --minify --themesDir ../.." ,
7
7
"build" : " npm run _build" ,
8
- "prebuild:preview" : " npm run submodule:get" ,
9
- "prebuild:production" : " npm run submodule:get" ,
10
- "prebuild" : " npm run submodule:get" ,
11
- "preinstall" : " npm run submodule:get" ,
12
- "preserve" : " npm run submodule:get" ,
13
- "serve" : " npm run _serve" ,
14
- "submodule:get" : " cd .. && npm run submodule:get" ,
15
- "submodule:update" : " cd .. && npm run submodule:update"
8
+ "serve" : " npm run _serve"
16
9
},
17
10
"devDependencies" : {
18
11
"autoprefixer" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments