mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix dev not working due to ensure-binaries (#7054)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
8649e3e53e
commit
e08576ee99
@ -6,7 +6,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rm -rf dist/",
|
"clean": "rm -rf dist/",
|
||||||
"build": "swc ./src/index.ts -o ./dist/index.mjs"
|
"build": "swc ./src/index.ts -o ./dist/index.mjs",
|
||||||
|
"prepare:dev": "npm run build"
|
||||||
},
|
},
|
||||||
"bin": "./dist/index.mjs",
|
"bin": "./dist/index.mjs",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user