npm install / yarn
npm run build / yarn build
If you even encounter strange build behavior, tsconfig is set to create build with cache. Set option incremental
in
tsConfig to false
~/.cache/"package.json -> productName"/logs
~/AppData/Roaming/"package.json -> productName"/logs
yarn tests = run all tests
yarn tests:e2e = run 'end to end' tests
yarn tests:db = run 'database' tests
yarn tests:unit = run 'unit' tests
yarn test:watch = run tests in 'watch' mode