Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit c087a53

Browse files
committed
Prevent silent deletion of dist folder
See: angular/angular-cli#6375
1 parent e912f7c commit c087a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular/planit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
7-
"start": "ng serve",
7+
"start": "ng serve --delete-output-path false",
88
"build": "ng build",
99
"test": "ng test",
1010
"lint": "ng lint --type-check",

0 commit comments

Comments
 (0)