mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
8a164d0a1f
* use file as version for local links this also makes it closer to the production version and less likely to accidentally introudce an issue * always install latest without asking * work around issues with esbuild installing properly * test shouldn't run build-release on the cli * build cli.js and api outside of the test * try test on windows * change file * switch back to linux test * -y prompt not available on npm@6, remove * pipe
207 B
207 B
create-tauri-app |
---|
patch |
Work around bugs between esbuild and npm by installing directly at the end of the sequence. Also default to using the latest on all of the installs instead of npx's cache.