Skip to content

Commit

Permalink
Remove Strings.json from copy-files build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Dec 27, 2024
1 parent a5cbccc commit ec7d504
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 @@ -8,7 +8,7 @@
"build": "pnpm -r build",
"build:all": "pnpm -r build && pnpm install && pnpm --filter=fbtee build:fbtee-strings && pnpm copy-files && cd example && pnpm build:fbtee",
"clean": "rm -rf packages/*/lib packages/fbtee/lib-tmp; cd example pnpm clean",
"copy-files": "find packages/* -type d -maxdepth 0 -exec cp README.md LICENSE Strings.json {} \\;",
"copy-files": "find packages/* -type d -maxdepth 0 -exec cp README.md LICENSE {} \\;",
"dev": "cd example && pnpm build:fbtee && pnpm dev",
"format": "prettier --write .",
"jest": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --no-warnings\" node_modules/.bin/jest",
Expand Down

0 comments on commit ec7d504

Please sign in to comment.