mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
build: do not rely on chmod (#12413)
This commit is contained in:
parent
d205a03aef
commit
a232974eac
@ -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/**"
|
||||
|
@ -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/**"
|
||||
|
Loading…
Reference in New Issue
Block a user