From 944d6448111dd4610b6679bebddad10ebc77814c Mon Sep 17 00:00:00 2001 From: LTLA Date: Sat, 16 Dec 2023 13:04:48 -0800 Subject: [PATCH] Renamed clean.js script to align with README, fixed link. --- README.md | 2 +- scripts/{clean.js => fresh.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/{clean.js => fresh.js} (100%) diff --git a/README.md b/README.md index f7aa4b8..fa152cf 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ These expect to have a modestly recent version of Node.js (tested on 16.19.1) an ### Creating new files -The [`fresh.js`](script/fresh.js) script will generate one SQLite file corresponding to each JSON schema. +The [`fresh.js`](scripts/fresh.js) script will generate one SQLite file corresponding to each JSON schema. This is done by listing all projects and assets in the **gypsum** backend, identifying the latest version of each asset, extracting metadata for objects in the latest version, diff --git a/scripts/clean.js b/scripts/fresh.js similarity index 100% rename from scripts/clean.js rename to scripts/fresh.js