Skip to content

Commit

Permalink
Testing shx implementation to allow cross-platform working of the ins…
Browse files Browse the repository at this point in the history
…tall process.
  • Loading branch information
marshalc committed Jan 12, 2024
1 parent 4dadeea commit f044c34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"_cd:docs": "cd userguide &&",
"_check:format": "npx prettier --check .??* *.md",
"_cp:bs-rfs": "cp -R node_modules/bootstrap/scss/vendor/* assets/_vendor/bootstrap/scss/",
"_cp:bs-rfs": "shx cp -R node_modules/bootstrap/scss/vendor/* assets/_vendor/bootstrap/scss/",
"_mkdir:hugo-mod": "npx mkdirp ../github.com/FortAwesome/Font-Awesome ../github.com/twbs/bootstrap",
"_prebuild": "npm run _cp:bs-rfs",
"build:preview": "npm run cd:docs build:preview",
Expand Down Expand Up @@ -37,7 +37,8 @@
"spelling": "cSpell:ignore docsy hugo fortawesome fontawesome userguide ",
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"bootstrap": "5.2.3"
"bootstrap": "5.2.3",
"shx": "^0.3.4"
},
"devDependencies": {
"hugo-extended": "0.120.4",
Expand Down

0 comments on commit f044c34

Please sign in to comment.