Skip to content

Commit 2d6684d

Browse files
committed
Update package.json
1 parent 6012c87 commit 2d6684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"buildAndPublish:newPatchVersion": "npm run build && npm version patch && npm publish",
1717
"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",
1818
"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",
2020
"ci:prepareCommit": "npm run test && tsc && eslint --fix ./src/oas3 && eslint --fix ./src/templates && npm run build && npm run build:examples",
2121
"lint": "eslint",
2222
"lint:fix": "tsc && eslint --fix",

0 commit comments

Comments
 (0)