File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 16
16
"buildAndPublish:newPatchVersion" : " npm run build && npm version patch && npm publish" ,
17
17
"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" ,
18
18
"build:examples" : " node ./scripts/generate-example-outputs.js && eslint --fix ./examples/outputs" ,
19
- "ci" : " npm run test:withCoverage && tsc && npm run eslint --fix --quiet" ,
19
+ "ci" : " npm run test:withCoverage && tsc && eslint --fix --quiet" ,
20
20
"ci:prepareCommit" : " npm run test && tsc && eslint --fix ./src/oas3 && eslint --fix ./src/templates && npm run build && npm run build:examples" ,
21
21
"lint" : " eslint" ,
22
22
"lint:fix" : " tsc && eslint --fix" ,
You can’t perform that action at this time.
0 commit comments