1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add content for running scripts (#2386)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Guy Khmelnitsky
2022-10-11 23:32:07 +03:00
committed by GitHub
parent 40935a7044
commit 9e8c426ef6

View File

@@ -1,4 +1,8 @@
# Running Scripts
Scripts are defined in the `package.json` file under the **scripts** tag.
To run a script called "myScript" -- run `npm run myScript` and it'll execute the commands defined in the `package.json` file
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/introduction-to-npm-scripts/'>Introduction to NPM Scripts</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://docs.npmjs.com/downloading-and-installing-packages-locally'>Running Scripts</BadgeLink>