Skip to content
Snippets Groups Projects
Commit b1f03159 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

clean up npm command

parent 9f1f6444
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ if [ ! -f "$SCITRAN_RUNTIME_PATH/bin/node" ]; then
mv $node_source_dir/node-v6.4.0-darwin-x64/bin/* "$SCITRAN_RUNTIME_PATH/bin"
mv $node_source_dir/node-v6.4.0-darwin-x64/lib/* "$SCITRAN_RUNTIME_PATH/lib"
rm -rf "$node_source_dir"
"$SCITRAN_RUNTIME_PATH/bin/npm" config set prefix "$SCITRAN_RUNTIME_PATH"
npm config set prefix "$SCITRAN_RUNTIME_PATH"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment