Skip to content

Unpin version of vite-plugin-dts once the global namespace issue has been solved #829

@fengelniederhammer

Description

@fengelniederhammer

#828 pinned the version to a fixed version. Unpin and upgrade the version as soon as qmhc/unplugin-dts#419 is solved.

A little script to test whether it works:

Make sure the paths are correct for the paths where you checked out the respective code.

#!/usr/bin/env sh

run() {
  echo "~~~~~~~~~~~~~~~~~~~~~~~"
  echo "$1"
  echo "~~~~~~~~~~~~~~~~~~~~~~~"
  eval "$1"
  echo ""
  echo ""
}

run "cd ~/src/GenSpectrum/dashboard-components/components"

run "npm i"
run "npm ci"
run "npm run build"

run "cd ~/src/GenSpectrum/dashboards/website"

run "npm i ../../dashboard-components/components"
run "npm run check-types"

Metadata

Metadata

Assignees

No one assigned

    Labels

    componentsRegarding the components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions