From 4e97d4f29617d16a5c153bd105f9ff71a8785afd Mon Sep 17 00:00:00 2001 From: dtookey Date: Tue, 20 Oct 2020 12:44:20 -0400 Subject: [PATCH] changed windows run script to clean before build to improve stability --- 0-run.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/0-run.ps1 b/0-run.ps1 index b896a08..745d2e7 100644 --- a/0-run.ps1 +++ b/0-run.ps1 @@ -1 +1,2 @@ +npm run clean npm run dev \ No newline at end of file