NativeScript/nativescript-tooling-qa

Add verifications of the produced package on build

endarova opened this issue · 0 comments

It is good to have verifications of the produced package after build.

  • check the content of the package when building in release/debug
  • check the content of the package when building with env.snapshot
  • check the content of the package when building with env.sourcemap
  • check the content of the package when building with other build flags
    -Check existing tests. We may need more tests that run with all build optimizations.