Skip to content

Commit

Permalink
fix: update oclif and check for build command (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns authored Mar 10, 2022
1 parent e73d979 commit c59301e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"markdown-toc": "^1.2.0",
"mocha": "^9",
"nyc": "^14.1.1",
"oclif": "^2",
"oclif": "^2.5.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"ts-node": "^10.2.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.3",
"tslib": "^2.3.1"
},
Expand Down Expand Up @@ -123,7 +123,7 @@
},
"repository": "asyncapi/cli",
"scripts": {
"build": "rimraf lib && node scripts/fetch-asyncapi-example.js && tsc",
"build": "rimraf lib && node scripts/fetch-asyncapi-example.js && tsc && echo \"Build Completed\"",
"bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION",
"dev": "tsc --watch",
"generate:assets": "npm run generate:readme:toc",
Expand Down

0 comments on commit c59301e

Please sign in to comment.