From b58bdb820a698700590d6939f2dca0b344e98a96 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 17 Jan 2023 15:10:55 +0800 Subject: [PATCH] Add command in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72d65662..12a4cbd9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Prerequisites: Node.js 18+ - `npm run preview` - Preview the production build - `npm run fetch-instances` - Fetch instances list from [instances.social](https://instances.social/), save it to `src/data/instances.json` - requires `.env.dev` file with `INSTANCES_SOCIAL_SECRET_TOKEN` variable set +- `npm run sourcemap` - Run `source-map-explorer` on the production build ## Tech stack