[group('build')]
build-lilo:
  npm run package

[group('build')]
build-vsix: 
  npm run package
  npx @vscode/vsce@latest package

# Start a local SpecForge server, then run the VSCode integration tests.
[group('test')]
test-integration-local: build-lilo
  ../../../scripts/test-vscode-integration-local.sh
