Skip to content

Commit 1e1a7a0

Browse files
authored
Option to show app log from autoinstall commands (#402)
* chore: updates from latest dev-scripts version * fix: support showing app log on autoinstall commands
1 parent 601d14c commit 1e1a7a0

File tree

19 files changed

+598
-1111
lines changed

19 files changed

+598
-1111
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ docs
3131
*.sig
3232
package.json.bak.
3333

34+
35+
npm-shrinkwrap.json
36+
oclif.manifest.json
37+
oclif.lock
38+
3439
# -- CLEAN ALL
3540
*.tsbuildinfo
3641
.eslintcache
@@ -49,6 +54,3 @@ node_modules
4954
.idea
5055
*.swp
5156
.sfdx
52-
53-
oclif.manifest.json
54-
oclif.lock

0 commit comments

Comments
 (0)