added diagnostics to update script

This commit is contained in:
Jonathan Shook 2020-03-09 22:43:07 -05:00
parent 8127d5d0d1
commit 926e2f8411

View File

@ -1,4 +1,6 @@
#!/bin/bash
set -x
pwd
export PATH=local/node12/bin:node_modules/nuxt/bin/:$PATH
rm -rf dist .nuxt
if ! which npm >/dev/null 2>&1