Skip to content

Suggestion: Modifications to the scripts in package.json are necessary for Windows compatibility. #113

@gyunseo

Description

@gyunseo

npm run dev contains the bash(or zsh, fish etc) & operator, which is not compatible with Windows Powershell. It would be good to add the concurrently package to dev dependencies and make the following changes.

"dev": "concurrently --raw --kill-others \"astro check --watch\" \"astro dev\"",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions