refactor: 🛠️ generate package-lock.json for CI

This commit is contained in:
Anurag Bhagsain 2022-11-16 11:27:11 +05:30
parent 7eaea2f2d3
commit 48009b57d4
3 changed files with 16239 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
/.nyc_output
/dist
/lib
/package-lock.json
/tmp
/yarn.lock
node_modules

View File

@ -28,7 +28,7 @@ $ npm install -g @abhagsain/ai-cli
$ ai COMMAND
running command...
$ ai (--version)
@abhagsain/ai-cli/1.0.0-0 darwin-x64 node-v14.18.3
@abhagsain/ai-cli/1.0.1-0 darwin-x64 node-v14.18.3
$ ai --help [COMMAND]
USAGE
$ ai COMMAND
@ -61,7 +61,7 @@ EXAMPLES
$ ai ask "Check running process on port 3000"
```
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.0.0-0/dist/commands/ask.ts)_
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.0.1-0/dist/commands/ask.ts)_
## `ai auth`
@ -78,7 +78,7 @@ EXAMPLES
$ ai auth (Follow the prompt)
```
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.0.0-0/dist/commands/auth.ts)_
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.0.1-0/dist/commands/auth.ts)_
## `ai help [COMMAND]`

16236
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff