Commit ec59ca0
committed
chore(cli): stop tracking package-lock.json
package-lock.json should not be version-controlled for the CLI package.
git rm --cached it (worktree copy retained), ignore it in .gitignore,
and switch CI from npm ci to npm install since the lock file is no
longer present in the repository.1 parent 3361775 commit ec59ca0
3 files changed
Lines changed: 2 additions & 6468 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
0 commit comments