From 9ce11c4c325f5a6375c623b236c2754060be3d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Mal=C3=BD?= <michal.maly@ibt.cas.cz> Date: Mon, 29 Nov 2021 11:41:57 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d0deec4..0c3884769 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Wipes the `build` and `lib` directories and `.tsbuildinfo` files. Runs the cleanup script prior to building the project, forcing a full rebuild of the project. -Use these commands to resolve occassional build failures which may arise after some dependency updates. Once done, `npm run build` should work again. Note that full rebuilds take more to complete. +Use these commands to resolve occassional build failures which may arise after some dependency updates. Once done, `npm run build` should work again. Note that full rebuilds take more time to complete. ### Build for production: NODE_ENV=production npm run build -- GitLab