Skip to content

Commit

Permalink
build: do not rely on chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed May 8, 2024
1 parent 7712dff commit 79af360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/doctest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"wireit": {
"build": {
"command": "tsc -b && chmod +x ./bin/doctest.js",
"command": "tsc -b && tsx ../../tools/chmod.ts 755 ./bin/doctest.js",
"clean": "if-file-deleted",
"files": [
"src/**"
Expand Down
2 changes: 1 addition & 1 deletion tools/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"wireit": {
"build": {
"command": "tsc -b && chmod +x ./bin/mocha-runner.js",
"command": "tsc -b && tsx ../../tools/chmod.ts 755 ./bin/mocha-runner.js",
"clean": "if-file-deleted",
"files": [
"src/**"
Expand Down

0 comments on commit 79af360

Please sign in to comment.