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 +