Commit 00c5a63 1 parent 5d96fa3 commit 00c5a63 Copy full SHA for 00c5a63
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"_cd:docs" : " cd userguide &&" ,
9
9
"_check:format" : " npx prettier --check .??* *.md" ,
10
- "_cp:bs-rfs" : " cp -R node_modules/bootstrap/scss/vendor/* assets/_vendor/bootstrap/scss/" ,
10
+ "_cp:bs-rfs" : " npx cpy ' node_modules/bootstrap/scss/vendor/*' assets/_vendor/bootstrap/scss/" ,
11
11
"_mkdir:hugo-mod" : " npx mkdirp ../github.com/FortAwesome/Font-Awesome ../github.com/twbs/bootstrap" ,
12
12
"_prebuild" : " npm run _cp:bs-rfs" ,
13
13
"_test:docs" : " npm run cd:docs test" ,
26
26
"postinstall" : " npm run _mkdir:hugo-mod" ,
27
27
"prebuild:preview" : " npm run _prebuild" ,
28
28
"prebuild:production" : " npm run _prebuild" ,
29
- "prepare" : " npm run _cp:bs-rfs" ,
30
29
"preserve" : " npm run _prebuild" ,
31
30
"pretest" : " npm run _prebuild" ,
32
31
"serve" : " npm run cd:docs serve" ,
41
40
"bootstrap" : " 5.2.3"
42
41
},
43
42
"devDependencies" : {
43
+ "cpy-cli" : " ^5.0.0" ,
44
44
"hugo-extended" : " 0.122.0" ,
45
45
"markdown-link-check" : " ^3.11.2" ,
46
46
"mkdirp" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments