Commit 190fa6a
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 fc0d52b commit 190fa6a
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | | - | |
512 | | - | |
| 511 | + | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments