From e05514971d41f2860869123315fc2347ba52a82a Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Wed, 20 Mar 2024 19:23:28 -0300 Subject: [PATCH] add postbuild script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3c29c45bd8f2..7f43e125e324 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "scripts": { "prebuild": "npm run clean", "build": "npm run compile && npm run copy-files && npm run compile-types && npm run copy-types", + "postbuild": "chmod +x dist/cli/jhipster.cjs || true", "clean": "rimraf dist", "compile": "tsc", "compile-types": "tsc -p tsconfig.types.json",