mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add empty scripts for windows to satisfy run-script-os
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
315e7070c3
commit
15372446c8
@ -7,6 +7,7 @@
|
|||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"build": "swc ./src/index.ts -d ./dist",
|
"build": "swc ./src/index.ts -d ./dist",
|
||||||
"postbuild": "run-script-os",
|
"postbuild": "run-script-os",
|
||||||
|
"postbuild:windows": "",
|
||||||
"postbuild:nix": "chmod u+x ./dist/index.js"
|
"postbuild:nix": "chmod u+x ./dist/index.js"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"build": "swc ./src/index.ts -d ./dist/",
|
"build": "swc ./src/index.ts -d ./dist/",
|
||||||
"postbuild": "run-script-os",
|
"postbuild": "run-script-os",
|
||||||
|
"postbuild:windows": "",
|
||||||
"postbuild:nix": "chmod u+x ./dist/index.js",
|
"postbuild:nix": "chmod u+x ./dist/index.js",
|
||||||
"prepare:dev": "npm run build",
|
"prepare:dev": "npm run build",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"build": "swc ./src/index.ts -d ./dist/",
|
"build": "swc ./src/index.ts -d ./dist/",
|
||||||
"postbuild": "run-script-os",
|
"postbuild": "run-script-os",
|
||||||
|
"postbuild:windows": "",
|
||||||
"postbuild:nix": "chmod u+x ./dist/index.js",
|
"postbuild:nix": "chmod u+x ./dist/index.js",
|
||||||
"prepare:dev": "npm run build",
|
"prepare:dev": "npm run build",
|
||||||
"prepare": "npm run build"
|
"prepare": "npm run build"
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"build": "swc ./src/index.ts -d ./dist",
|
"build": "swc ./src/index.ts -d ./dist",
|
||||||
"postbuild": "run-script-os",
|
"postbuild": "run-script-os",
|
||||||
|
"postbuild:windows": "",
|
||||||
"postbuild:nix": "chmod u+x ./dist/index.js"
|
"postbuild:nix": "chmod u+x ./dist/index.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user