We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b75878 commit d4d19c8Copy full SHA for d4d19c8
.changeset/solid-dolls-cough.md
@@ -0,0 +1,5 @@
1
+---
2
+'openapi-ts-request': patch
3
4
+
5
+chore: clean test script
package.json
@@ -31,9 +31,6 @@
31
"lint": "eslint ./src --report-unused-disable-directives --max-warnings=0",
32
"lint:fix": "eslint ./src --report-unused-disable-directives --max-warnings=0 --fix",
33
"test:unit": "vitest",
34
- "test": "rm -rf ./test/apis/ ./test/mocks && npm run build && cd ./test && node ./test.js && cd ..",
35
- "test:new": "npm run build && cd ./test && node ./test.js && cd ..",
36
- "test:windows": "rimraf ./test/apis/ ./test/mocks && npm run build && cd ./test && node ./test.js && cd ..",
37
"prepare": "husky",
38
"openapi-ts-request": "openapi-ts"
39
},
0 commit comments