Commit 922d82e 1 parent 0b3a735 commit 922d82e Copy full SHA for 922d82e
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 5
5
"build:preview" : " npm run _docs build:preview" ,
6
6
"build:production" : " npm run _docs build:production" ,
7
7
"build" : " npm run _docs build" ,
8
- "serve" : " npm run _docs serve" ,
9
- "submodule:get" : " git submodule update --init --recursive --depth 1" ,
10
- "submodule:update" : " git submodule update --remote --recursive --depth 1"
8
+ "serve" : " npm run _docs serve"
11
9
},
12
10
"devDependencies" : {
13
11
"@fortawesome/fontawesome-free" : " ^5.15.4" ,
Original file line number Diff line number Diff line change 7
7
"build:preview" : " npm run _hugo-dev -- --minify --baseURL \" ${DEPLOY_PRIME_URL:-/}\" " ,
8
8
"build:production" : " npm run _hugo -- --minify" ,
9
9
"build" : " npm run _build" ,
10
- "prebuild:preview" : " npm run submodule:get" ,
11
- "prebuild:production" : " npm run submodule:get" ,
12
- "prebuild" : " npm run submodule:get" ,
13
- "preinstall" : " npm run submodule:get" ,
14
- "preserve" : " npm run submodule:get" ,
15
- "serve" : " npm run _serve" ,
16
- "submodule:get" : " cd .. && npm run submodule:get" ,
17
- "submodule:update" : " cd .. && npm run submodule:update"
10
+ "serve" : " npm run _serve"
18
11
},
19
12
"devDependencies" : {
20
13
"autoprefixer" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments