- Build files now include sourcemaps and declarations
- No longer compiles non-ts files
- package.json includes build:watch script
Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
As it seems I did not fix the eslint not throwing, so I need to temporarily put the call to cmd back in until further investigation
Refs: 5304933
Format: text/plain
Milestone: none
BREAKING-CHANGE: calling the windows command line cmd will probably make the pre-commit hook not work on non-windows systems
Add tool for linting and verifying package.json
Tool will:
- validate existence of required keys
- organizes keys by relevance and alphabet
- validates for valid format
Tool was also added to pre-commit hook
Format: text/markdown