Files

7 lines
233 B
YAML
Raw Permalink Normal View History

2026-06-10 17:23:29 +03:00
install_dependencies: "corepack enable && corepack prepare yarn@1.22.22 --activate && yarn install --frozen-lockfile"
build_vsix: "npx vsce package --out source.vsix"
run_tests: "yarn test"
coverage:
enabled: false
threshold: 80