We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8fd6e commit 152819fCopy full SHA for 152819f
scripts/build-monorepo.sh
@@ -385,7 +385,7 @@ fixup_branch () {
385
npm -C "$BUILD_OUT" install --force --save-peer --save-exact "$NPM_ORGANIZATION/$DEP" -w "$NPM_ORGANIZATION/$REPO" || package_replacement_error "$REPO" "$BRANCH" "$PEERDEPS"
386
done
387
388
- # replace the name of the package with the organozation prefixed one
+ # replace the name of the package with the organization prefixed one
389
find "$BUILD_OUT" -type f -exec sed -i -e "s:\(require(\|from\s\|resolve(\|node_modules\)\(['\"/]\)$REPO\(['\"/]\):\1\2$NPM_ORGANIZATION/$REPO\3:g" {} \;
390
391
0 commit comments