There was an error while loading. Please reload this page.
1 parent 1fb6ac6 commit 4e9cba1Copy full SHA for 4e9cba1
1 file changed
scripts/setupdeps.sh
@@ -12,7 +12,7 @@ DISTDIR="$(pwd)/dist"
12
mkdir -p $DISTDIR/bin
13
14
# Create plugins directory and copy plugin code
15
-cp -R plugins $(pwd)/dist/
+cp -R ./node_modules/common-utils/plugins $(pwd)/dist/
16
17
# Download and extract in a temporary directory
18
WORKINGDIR=$(mktemp -d -t rmc_build.XXXXXX)
0 commit comments