From 2eab2b77ac049dc6968095f8e6bd356a01496263 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:27:15 +0700 Subject: [PATCH] Resources added for NPM Scripts (#1012) * Resources added for NPM Scripts * Update 100-npm-scripts.md Co-authored-by: Kamran Ahmed --- .../110-build-tools/100-task-runners/100-npm-scripts.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/110-build-tools/100-task-runners/100-npm-scripts.md b/content/roadmaps/100-frontend/content/110-build-tools/100-task-runners/100-npm-scripts.md index e8ded7f9b..23401920c 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/100-task-runners/100-npm-scripts.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/100-task-runners/100-npm-scripts.md @@ -1 +1,8 @@ -# Npm scripts \ No newline at end of file +# npm Scripts + +npm scripts are the entries in the scripts field of the package.json file. The scripts field holds an object where you can specify various commands and scripts that you want to expose. + +Free Content +Introduction to npm scripts +Codevolution: npm scripts +