diff --git a/package.json b/package.json index be19d8d1..3e934449 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "scripts": { "build": "tsc --build", + "postbuild": "chmod +x dist/bin/concurrently.js", "clean": "tsc --build --clean", "lint": "eslint . --ext js,ts --ignore-path .gitignore", "prepublishOnly": "npm run build",