The scripts in package.json are overly complex and should be consolidated:
- compile is a redundant alias for esbuild
- test-package/test-pre-release are misleadingly named (they package, not test) and duplicate logic differing only by one
- similar to for the pre-release flag
- node_modules/.bin/vsce used inconsistently alongside npx
Maybe other restrictions and ideas apply, for now it just feels overly complex.
Discussion started here: #338 (comment)
The scripts in package.json are overly complex and should be consolidated:
Maybe other restrictions and ideas apply, for now it just feels overly complex.
Discussion started here: #338 (comment)