Skip to content

Exclude tests from the backend production build #24

@aerabi

Description

@aerabi

When running npm run build in the backend, two directories appear under dist:

  • src, and
  • test.

The test directory should not appear there, as the tests should not be transpiled into JS.

After this issue was fixed, the change that happened in #23 should also be reverted.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions