fix: permissions for the browser CLI (#9731)
This commit is contained in:
parent
a9a2e26bea
commit
e944931de2
@ -13,7 +13,7 @@
|
||||
},
|
||||
"wireit": {
|
||||
"build": {
|
||||
"command": "tsc -b",
|
||||
"command": "tsc -b && chmod a+x lib/cjs/browsers.js lib/esm/browsers.js",
|
||||
"files": [
|
||||
"src/**/*.ts",
|
||||
"tsconfig.json"
|
||||
|
@ -149,6 +149,8 @@ export class CLI {
|
||||
choices: Object.values(BrowserPlatform),
|
||||
defaultDescription: 'Auto-detected by default.',
|
||||
})
|
||||
.demandCommand(1)
|
||||
.help()
|
||||
.parse();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user