updated nuxt generate script

This commit is contained in:
Jonathan Shook 2020-03-09 22:12:46 -05:00
parent ecce297d8d
commit 54f894ff54

View File

@ -1,4 +1,5 @@
#!/bin/bash
export PATH=node_modules/nuxt/bin/:$PATH
rm -rf dist .nuxt
if ! which npm >/dev/null 2>&1
then