Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Oct 10, 2024
1 parent 6012c87 commit 2d6684d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"buildAndPublish:newPatchVersion": "npm run build && npm version patch && npm publish",
"build": "node ./scripts/remove-build-folder.js && tsc --project tsconfig.build.json && tsc-alias --project tsconfig.build.json && node ./scripts/copy-templates-to-build-folder.js",
"build:examples": "node ./scripts/generate-example-outputs.js && eslint --fix ./examples/outputs",
"ci": "npm run test:withCoverage && tsc && npm run eslint --fix --quiet",
"ci": "npm run test:withCoverage && tsc && eslint --fix --quiet",
"ci:prepareCommit": "npm run test && tsc && eslint --fix ./src/oas3 && eslint --fix ./src/templates && npm run build && npm run build:examples",
"lint": "eslint",
"lint:fix": "tsc && eslint --fix",
Expand Down

0 comments on commit 2d6684d

Please sign in to comment.