From 4a8f79cbe018ac5dfaba00393ca1374adde86d4a Mon Sep 17 00:00:00 2001
From: Tucker Siegel <tgsiegel@terpmail.umd.edu>
Date: Sat, 4 Mar 2023 17:16:29 -0500
Subject: [PATCH] add clean back

---
 dawn-docs-client/dev | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dawn-docs-client/dev b/dawn-docs-client/dev
index aa98daa..441dfff 100644
--- a/dawn-docs-client/dev
+++ b/dawn-docs-client/dev
@@ -66,11 +66,11 @@ pipeline {
                 git branch: 'main',
                 credentialsId: 'tgsiegel-gitlab-ssh',
                 url: 'git@gitlab.cs.umd.edu:dawn/dawn-docs.git'
-                // gatsby clean
 
                 sh '''
                 npm i @lmdb/lmdb-linux-x64
                 npm i
+                gatsby clean
                 npm run build:internal
             '''
             }
-- 
GitLab