Skip to content

Commit 7ae4295

Browse files
authored
Merge pull request #1533 from aloisklink/build/use-npm-prepare-instead-of-prepublishOnly
build: use npm prepare instead of prepublishOnly
2 parents 80304d9 + b44d413 commit 7ae4295

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
@@ -55,7 +55,7 @@
5555
"test:e2e": "jest --selectProjects E2E --runInBand --verbose",
5656
"eslint": "eslint .",
5757
"eslint:fix": "eslint . --fix",
58-
"prepublishOnly": "npm run clean && npm run release",
58+
"prepare": "npm run clean && npm run release",
5959
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
6060
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
6161
},

0 commit comments

Comments
 (0)