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.
2 parents 80304d9 + b44d413 commit 7ae4295Copy full SHA for 7ae4295
package.json
@@ -55,7 +55,7 @@
55
"test:e2e": "jest --selectProjects E2E --runInBand --verbose",
56
"eslint": "eslint .",
57
"eslint:fix": "eslint . --fix",
58
- "prepublishOnly": "npm run clean && npm run release",
+ "prepare": "npm run clean && npm run release",
59
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
60
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
61
},
0 commit comments