Skip to content

Commit

Permalink
Remove validate from postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed May 14, 2022
1 parent dbab38c commit eba5863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microbs",
"version": "0.2.2",
"version": "0.2.3",
"description": "microservices observability",
"license": "Apache-2.0",
"url": "https://microbs.io",
Expand All @@ -25,7 +25,7 @@
],
"scripts": {
"preinstall": "npm install -g @microbs.io/cli",
"postinstall": "microbs init 2>&1 && microbs plugins install --all 2>&1 && microbs apps install --all 2>&1 && microbs validate 2>&1",
"postinstall": "microbs init -vL debug && microbs plugins install --all -vL debug && microbs apps install --all -vL debug",
"update": "npm update -g @microbs.io/cli",
"test": "echo 'Tests not implemented'"
},
Expand Down

0 comments on commit eba5863

Please sign in to comment.