Commit 0750e34
Update build to clear node modules directory (#1741)
* Update build to clear node modules
Add removal of the node_modules directory on Clean task.
Move condition for restore to the build prerequisite.
This allows the restoring of node modules even if the folder exists.
* Don't remove node_modules.
This causes bad things to happen when you're editing in vscode
(@types is locked until code exits)
Next best thing might be to npm prune (or maybe npm install?)
* npm install keeps putting these spaces in...1 parent f386524 commit 0750e34
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
507 | | - | |
| 506 | + | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments