Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix recommended run dev command in create-tauri-app #2555

Merged
merged 8 commits into from
Aug 30, 2021

Commits on Aug 23, 2021

  1. refactor: custom protocol (tauri-apps#2503)

    Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
    lemarier and lucasfernog authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    539e448 View commit details
    Browse the repository at this point in the history
  2. Apply Version Updates From Current Changes (tauri-apps#2513)

    Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
    github-actions[bot] and lucasfernog authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    52723ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    657c7da View commit details
    Browse the repository at this point in the history
  4. Apply Version Updates From Current Changes (tauri-apps#2520)

    Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
    github-actions[bot] and lucasfernog authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    17500cb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. docs: webdriver guide (tauri-apps#2461)

    Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
    chippers and Ngo Iok Ui (Wu Yu Wei) authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    40d08a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f3768 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Fix recommended run dev command

    `--dev` is not a valid option for `tauri` cli; instead, we should use
    `-- dev` or just `dev`. Also, we can just use `tauri dev` for all
    package managers so we don't need to do the npm checking.
    CYBAI committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    48fec90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7be328 View commit details
    Browse the repository at this point in the history