Commit c5f0fe9
authored
fix: Make npm install faster on appkit (#4407)
## Changes
<!-- Brief summary of your changes that is easy to understand -->
## Before
```shell
dbs apps init --name appkit8
npm install completed in 29383 ms
```
## After
```shell
dbs apps init --name appkit10
npm install completed in 6671 ms
```
This makes the install ~77% faster
It needs this PR on appkit too
databricks/appkit#74
## Why
<!-- Why are these changes needed? Provide the context that the reviewer
might be missing.
For example, were there any decisions behind the change that are not
reflected in the code itself? -->
## Tests
<!-- How have you tested the changes? -->
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
Co-authored-by: MarioCadenas <MarioCadenas@users.noreply.github.com>1 parent f9cac44 commit c5f0fe9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments