Skip to content
Snippets Groups Projects
Commit 4a8f79cb authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

add clean back

parent c95e73a0
No related branches found
No related tags found
No related merge requests found
...@@ -66,11 +66,11 @@ pipeline { ...@@ -66,11 +66,11 @@ pipeline {
git branch: 'main', git branch: 'main',
credentialsId: 'tgsiegel-gitlab-ssh', credentialsId: 'tgsiegel-gitlab-ssh',
url: 'git@gitlab.cs.umd.edu:dawn/dawn-docs.git' url: 'git@gitlab.cs.umd.edu:dawn/dawn-docs.git'
// gatsby clean
sh ''' sh '''
npm i @lmdb/lmdb-linux-x64 npm i @lmdb/lmdb-linux-x64
npm i npm i
gatsby clean
npm run build:internal npm run build:internal
''' '''
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment