From c0807be052c8b87af711f54043a59be902436f7c Mon Sep 17 00:00:00 2001
From: Matt Wang <matt@matthewwang.me>
Date: Wed, 24 Aug 2022 10:26:58 -0700
Subject: [PATCH] Delete script directory (#937)

99% certain we don't use this file;

- [script](https://github.com/just-the-docs/just-the-docs/search?q=script) has no non-`<script>`/doc uses
- [build](https://github.com/just-the-docs/just-the-docs/search?q=build) has no mentions
- we don't need to manually build / package the gem anymore
---
 script/build | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100755 script/build

diff --git a/script/build b/script/build
deleted file mode 100755
index 1198533d..00000000
--- a/script/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo "Packaging gem... \n"
-gem build just-the-docs.gemspec
-
-echo "Cleaning up... \n"
-git add *.gem
-git commit -m 'Bump just-the-docs gem package'
-- 
GitLab