mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
c410e034f7
* convert jest tests to child_process run script * remove vuecli (it freezes), add angular * run cargo build in correct dir * add in asserts on fs * normalize assert for node14 * fix installing empty dependencies * add messages to asserts * use test dir to check if running local cli * try running in parallel * run in parallel and log output serially * avoid parallel, skip yarn for now * add change file * disable running with npm6 due to vite fail Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com>
7 lines
189 B
Markdown
7 lines
189 B
Markdown
---
|
|
"create-tauri-app": patch
|
|
"cli.js": patch
|
|
---
|
|
|
|
Adjust check for `dev` mode and switch CTA test to a script runner. The script gives us more control and better output into any failures.
|