Skip to content

Commit

Permalink
Fix copy task to work on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Aug 6, 2024
1 parent ce0a17c commit ae0f031
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 @@ -12,7 +12,7 @@
"lint": "eslint --ignore-path .gitignore .",
"build": "tsc && tsc-alias && npm run copy:assets",
"prepare": "npm run build",
"copy:assets": "cp assets dist/ -R",
"copy:assets": "cp -R assets dist/",
"// Scripts": "",
"// - Check data modules": "Script to check if data modules are updated",
"check:data:modules": "ts-node -r tsconfig-paths/register src/scripts/updateModules.ts"
Expand Down

0 comments on commit ae0f031

Please sign in to comment.