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 5d6c398 commit 48bec86Copy full SHA for 48bec86
scripts/npm-pack.sh
@@ -27,7 +27,7 @@ cp -f scripts/npmjs-readme.md $MODULEDIR/README.md
27
28
pushd . > /dev/null
29
cd $WORKDIR
30
-FILENAME=`npm pack $RAWMODULEDIR`
+FILENAME=`npm pack $RAWMODULEDIR | awk '{for(i=1; i<=NF; i++) if ($i ~ /rclnodejs-.*\.tgz/) print $i}'`
31
TARFILENAME="$WORKDIR/$FILENAME"
32
33
popd > /dev/null
0 commit comments