Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ pnpm install
2. Package the extension:

```zsh
cd lana
vsce package --no-dependencies
pnpm --filter lana run build:vsix
```

This command will create a `.vsix` file that you can distribute or install locally.
2 changes: 2 additions & 0 deletions lana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
]
},
"scripts": {
"build:vsix": "vsce package --no-dependencies",
"vscode:prepublish": "pnpm -w run build && pnpm -w run copy:package-docs",
"vscode:bundle": "pnpm -w run build"
},
Expand All @@ -400,6 +401,7 @@
"@types/jest": "^30.0.0",
"@types/node": "~22.20.1",
"@types/vscode": "~1.102.0",
"@vscode/vsce": "^3.9.2",
"typescript": "npm:@typescript/typescript6@^6.0.2"
}
}
Loading
Loading