From f5d305e53d3ffe16d936b23789dc2da76358f9fb Mon Sep 17 00:00:00 2001 From: Michael McGreal Date: Wed, 8 Mar 2023 12:42:27 -0500 Subject: [PATCH] update comment to npm instead of yarn --- default.esdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.esdl b/default.esdl index 770b6a3..2f457e9 100644 --- a/default.esdl +++ b/default.esdl @@ -1,4 +1,4 @@ -# After editing: `yarn migrate` to create/apply migrations and run generators +# After editing: `npm run migrate` to create/apply migrations and run generators module default { @@ -11,4 +11,4 @@ module default { property name -> str; } -} \ No newline at end of file +}