Skip to content

Issues with development commands #1

Description

@Pausbe

When following the development instructions, you will run into the following issues:

  • Using pnpm build will cause 2 errors:
    -- rm is not a valid command on Windows, causing it not to delete .woff2 files.
    -- MediaWiki files will not create due to them having a : in their name, which files on Windows do not support. Swapping the : out in vite.config.ts will resolve this.
  • Using pnpm lint will cause an error:
    -- lint is not a valid command. Adding "lint": "eslint ." in the scripts JSON will resolve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions