Skip to content

Commit b14e248

Browse files
committed
Add cleanup command to remove node_modules folder when done developing.
1 parent 50cd342 commit b14e248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/ng-18-hello-world/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "app",
33
"version": "0.0.0",
44
"scripts": {
5+
"cleanup": "rm -rf ./node_modules/",
56
"ng": "ng",
67
"start": "ng serve",
78
"build": "ng build",

0 commit comments

Comments
 (0)