Resources added for NPM Scripts (#1012)

* Resources added for NPM Scripts

* Update 100-npm-scripts.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/1657/head
Archit Sharma 3 years ago committed by GitHub
parent 989b2b6e71
commit 2db45a91c8
  1. 9
      content/roadmaps/100-frontend/content/110-build-tools/100-task-runners/100-npm-scripts.md

@ -1 +1,8 @@
# Npm scripts # 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.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.geeksforgeeks.org/introduction-to-npm-scripts/'>Introduction to npm scripts</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=hHt3oVk3XVk'>Codevolution: npm scripts</BadgeLink>

Loading…
Cancel
Save