From 64070616c0ee2da4216aae1f2008cdcf27a10ea8 Mon Sep 17 00:00:00 2001 From: Bob Ralks Date: Tue, 12 Mar 2024 01:37:07 -0400 Subject: [PATCH] Update index.md add bun for running package.json scripts --- .../frontend/content/110-build-tools/100-task-runners/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/frontend/content/110-build-tools/100-task-runners/index.md b/src/data/roadmaps/frontend/content/110-build-tools/100-task-runners/index.md index c89821db69d4..015cbfbd1519 100644 --- a/src/data/roadmaps/frontend/content/110-build-tools/100-task-runners/index.md +++ b/src/data/roadmaps/frontend/content/110-build-tools/100-task-runners/index.md @@ -6,3 +6,4 @@ Visit the following resources to learn more: - [npm script](https://docs.npmjs.com/cli/v8/using-npm/scripts) - [yarn script](https://classic.yarnpkg.com/lang/en/docs/cli/run/#toc-yarn-run-script) +- [bun script](https://bun.sh/docs/cli/run#run-a-package-json-script)