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:
parent
8127d5d0d1
commit
926e2f8411
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user