Skip to content

Commit 0aa34ec

Browse files
committed
Add document for scripts - darwin | linux and windows
1 parent b6867d7 commit 0aa34ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,26 @@ Install the dependencies
2020
`npm install`
2121

2222
Run dev build
23+
- For linux and darwin
2324
`npm run dev`
2425

26+
- For windows
27+
`npm run dev:win32`
28+
2529
To execute unit test cases
30+
- For linux and darwin
2631
`npm test`
2732

33+
- For windows
34+
`npm test:win32`
35+
2836
Trigger production build
37+
- For linux and darwin
2938
`npm run build`
3039

40+
- For windows
41+
`npm run build:win32`
42+
3143
# List of Data Structures
3244
Data structures covered so far -
3345
- [Binary Search Tree](#binary-search-tree)

0 commit comments

Comments
 (0)