Skip to content

Commit

Permalink
refactor(package): move scripts to package.json build
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 10, 2023
1 parent 8270e60 commit 6cfc106
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"scripts": {
"build": "scripts/postman-to-openapi.sh",
"build": "p2o postman/collection.json --file openapi/spec.json --options postman-to-openapi.json",
"clean": "rm -rf .cache openapi",
"lint": "spectral lint openapi/spec.json --display-only-failures"
},
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions scripts/postman-to-openapi.sh

This file was deleted.

0 comments on commit 6cfc106

Please sign in to comment.