Skip to content

Commit

Permalink
fix: semantic release script (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Sep 30, 2021
1 parent 7abf893 commit c0aea69
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "GitHub action to generate all the things form your AsyncAPI document",
"main": "dist/index.js",
"scripts": {
"release": "semantic-release",
"release": "node node_modules/semantic-release/bin/semantic-release",
"lint": "node node_modules/eslint/bin/eslint --max-warnings 0 --config .eslintrc lib",
"package": "node node_modules/@vercel/ncc/dist/ncc/cli build lib/index.js -o dist -s --external=\"@npmcli/run-script\"",
"postinstall": "npm run package",
Expand Down

0 comments on commit c0aea69

Please sign in to comment.