Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit fbe6073 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 17:08:10 2023 +0100 fix: REMOVE the build-test step from scripts. Vitest run cannot be used with run-s (integrated in 'npm run build') as it triggers a weird issue where build-interal (tsc step) fails if executed after 'vitest run' (failure reason is that ts cannot resolve the alias imports). If we remove the 'vitest run' step tsc works fine. commit ec0ed89 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 17:07:34 2023 +0100 Revert "chore: Try without run-s in build script" This reverts commit dd08f0c. commit dd08f0c Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 17:01:27 2023 +0100 chore: Try without run-s in build script commit 7104634 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 16:54:19 2023 +0100 Revert "chore: Print out used node, npm & tsc versions in client Dockerfile" This reverts commit 20549a4. commit 252ce22 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 16:54:04 2023 +0100 Revert "chore: Try installing global ts" This reverts commit 452634c. commit 3216543 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 16:47:40 2023 +0100 fix: Try remove test step from npm build commit 452634c Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 16:42:37 2023 +0100 chore: Try installing global ts commit 20549a4 Author: Mario Sarcevic <[email protected]> Date: Fri Nov 24 16:30:03 2023 +0100 chore: Print out used node, npm & tsc versions in client Dockerfile
- Loading branch information