mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
added diagnostics to update script
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set -x
|
||||||
|
pwd
|
||||||
export PATH=local/node12/bin:node_modules/nuxt/bin/:$PATH
|
export PATH=local/node12/bin:node_modules/nuxt/bin/:$PATH
|
||||||
rm -rf dist .nuxt
|
rm -rf dist .nuxt
|
||||||
if ! which npm >/dev/null 2>&1
|
if ! which npm >/dev/null 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user