We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27c249 commit fee38f3Copy full SHA for fee38f3
1 file changed
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 | awk '{for(i=1; i<=NF; i++) if ($i ~ /rclnodejs-.*\.tgz/) print $i}'`
+FILENAME=`npm pack --ignore-scripts $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