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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-01-30 09:36:59 -05:00
parent a370dbb15a
commit e3081d3c1c

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": [