mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Merge pull request #1533 from aloisklink/build/use-npm-prepare-instead-of-prepublishOnly
build: use npm prepare instead of prepublishOnly
This commit is contained in:
commit
7ae4295cba
@ -55,7 +55,7 @@
|
||||
"test:e2e": "jest --selectProjects E2E --runInBand --verbose",
|
||||
"eslint": "eslint .",
|
||||
"eslint:fix": "eslint . --fix",
|
||||
"prepublishOnly": "npm run clean && npm run release",
|
||||
"prepare": "npm run clean && npm run release",
|
||||
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
|
||||
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user