From c224e575a43aa5db14c6a87206d423f3f35cf384 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 15 May 2021 16:09:38 -0400 Subject: [PATCH] Added reference to hash command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a300db..b702dbf 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A local webserver can be set up by running `npm install http-server -g` to insta - `http-server` - `vim src/lib.js src/index.js` - `rm -fv src/index.js && git co src/index.js` - Get the new SHA1 hash that will be displayed in debug messages. + - The hash can be crosschecked with the results of `git hash-object src/index.js` - `npm test` - Make sure you didn't break any of the core logic! - `npm run build` - Webpack Javscript files in production mode (smaller file but takes longer) - `./go-sync-to-s3.sh` - Do this if you're me, to upload to S3. If you're not me, you'll need to do something else, or possibly nothing at all.