diff --git a/.gitignore b/.gitignore index 65f6c4eb53..d2e14c2588 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,4 @@ website/package-lock.json # Ignore test files website/.cache -website/test/stubs-layout-cache/_includes/*.js \ No newline at end of file +website/test/stubs-layout-cache/_includes/*.js diff --git a/website/src/_includes/footer.html b/website/src/_includes/footer.html index 0144be0c0e..4d91039734 100644 --- a/website/src/_includes/footer.html +++ b/website/src/_includes/footer.html @@ -18,4 +18,4 @@ data-show-count="true" aria-label="Star simplex-chat on GitHub">Star - \ No newline at end of file + diff --git a/website/web.sh b/website/web.sh index 11672c5222..01bfaa473a 100755 --- a/website/web.sh +++ b/website/web.sh @@ -5,4 +5,4 @@ rm website/src/blog/README.md cd website npm install npm run build -npm run build-tailwind \ No newline at end of file +npm run build-tailwind