Skip to content

Commit

Permalink
add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro J. Molina committed Jun 10, 2024
1 parent e343873 commit 123e77a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"test": "vitest",
"test:ci": "npm run test",
"cover": "vitest --coverage",
"cover:ci": "npm run cover"
"cover:ci": "npm run cover",
"publish": "npm run build:all && npm publish ."
},
"keywords": [
"openapi3",
Expand Down

0 comments on commit 123e77a

Please sign in to comment.