Skip to content

Commit

Permalink
ci: Attempt to fix the cp command to resolve a GNU vs BSD difference.
Browse files Browse the repository at this point in the history
  • Loading branch information
elondaits committed Feb 27, 2024
1 parent 00d6317 commit a250bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"copy-font": "cp -R ./node_modules/@fontsource/baloo-2/ ./dist/vendor/baloo-2",
"build": "rm -rf ./dist && degit github:IMAGINARY/sumory#v1.4.0 --force dist && npm run copy-font && cp -R ./extras/ ./dist && cd ./dist/src && npm install && npm run build && cd .. && cd .."
"build": "rm -rf ./dist && degit github:IMAGINARY/sumory#v1.4.0 --force dist && npm run copy-font && cp -R ./extras/. ./dist/. && cd ./dist/src && npm install && npm run build && cd .. && cd .."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a250bc9

Please sign in to comment.