Skip to content

Commit d9f28f2

Browse files
committed
built-time chmod
1 parent 7c09aee commit d9f28f2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/go-releaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Publish npm package
4242
run: |
4343
cp -r dist/* npm/bin/
44+
chmod +x -R npm/bin/
4445
cp README.md npm/
4546
cp LICENSE npm/
4647
cd npm/

npm/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
},
1313
"license": "MIT",
1414
"author": "CodeShellDev",
15-
"scripts": {
16-
"postinstall": "chmod +x node_modules/@codeshelldev/goplater/bin/goplater-*"
17-
},
1815
"bin": {
1916
"goplater": "bin/goplater.js"
2017
},

0 commit comments

Comments
 (0)