Skip to content

Commit

Permalink
chmod +x after building
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jan 2, 2022
1 parent 44a3747 commit 7998191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 7998191

Please sign in to comment.