Skip to content

Fix build syntax to work on windows#351

Open
Bortseb wants to merge 2 commits into
fedwiki:mainfrom
Bortseb:fix-build-syntax
Open

Fix build syntax to work on windows#351
Bortseb wants to merge 2 commits into
fedwiki:mainfrom
Bortseb:fix-build-syntax

Conversation

@Bortseb
Copy link
Copy Markdown
Contributor

@Bortseb Bortseb commented Apr 20, 2026

The build script is using semicolons (;) to chain commands, but on Windows, npm needs && to properly chain commands. The semicolon is being treated as part of the script name.

Bortseb added 2 commits April 20, 2026 14:19
The build script is using semicolons (;) to chain commands, but on Windows, npm needs && to properly chain commands. The semicolon is being treated as part of the script name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant