From 65d2cc04a31ce77e949b90d5745f607e6ee26151 Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Thu, 26 Oct 2023 19:59:39 +1100 Subject: dartHooks.dartConfigHook: Simplify packageRun function --- doc/languages-frameworks/dart.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/languages-frameworks/dart.section.md') diff --git a/doc/languages-frameworks/dart.section.md b/doc/languages-frameworks/dart.section.md index e5acd9902634..512f55a68b6b 100644 --- a/doc/languages-frameworks/dart.section.md +++ b/doc/languages-frameworks/dart.section.md @@ -56,7 +56,7 @@ This is an alternative to `dart run` that does not rely on Pub. e.g., for `build_runner`: ```bash -packageRun build_runner -- build +packageRun build_runner build ``` Do _not_ use `dart run `, as this will attempt to download dependencies with Pub. -- cgit 1.4.1