Skip to content

Commit

Permalink
fix: added skeleton for generate assets/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wikström committed Aug 15, 2022
1 parent d22057e commit 83db704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,9 @@
"release": "semantic-release",
"get-version": "echo $npm_package_version",
"gen-readme-toc": "markdown-toc -i README.md",
"lint": "eslint --max-warnings 0 --fix --config .eslintrc ."
"lint": "eslint --max-warnings 0 --fix --config .eslintrc .",
"generate:assets": "",
"generate:examples": ""
},
"keywords": [
"asyncapi",
Expand Down

0 comments on commit 83db704

Please sign in to comment.