From 46f1ad1c5ed7a11a572600ee5c952b5be12fb009 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Thu, 28 Apr 2022 23:27:25 -0700 Subject: [PATCH] docs: Update compile command --- docs/Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development.md b/docs/Development.md index 95871fd42..6d5a82627 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -17,7 +17,7 @@ cd tslint-to-eslint-config npm i ``` -Compile with `npm run tsc` and run tests with `npm run test`. +Compile with `npm run compile` and run tests with `npm run test`. ## Further Reading