fix(remix): legacy package pointing to incorrect readme (#21113)

This commit is contained in:
Colum Ferry 2024-01-12 15:22:28 +00:00 committed by GitHub
parent d0f598d81d
commit 95a41f8492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"targets": { "targets": {
"build": { "build": {
"outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"], "outputs": ["{workspaceRoot}/build/packages/{projectName}/README.md"],
"command": "node ./scripts/copy-readme.js react-legacy" "command": "node ./scripts/copy-readme.js remix-legacy"
}, },
"build-base": { "build-base": {
"executor": "@nrwl/js:tsc", "executor": "@nrwl/js:tsc",