1
0
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:
Sebastian Malton 2023-01-30 06:50:28 -08:00 committed by GitHub
parent 8649e3e53e
commit e08576ee99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@
"license": "MIT",
"scripts": {
"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",
"files": [