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

Drop lerna and switch to npm workspaces #2304

Merged
merged 1 commit into from
Feb 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .storybook/Container.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2019-2021 The Tekton Authors
Copyright 2019-2022 The Tekton Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand All @@ -13,5 +13,5 @@ limitations under the License.

@import '../src/scss/App';

@import '@tektoncd/dashboard-components/dist/components/Graph/Graph.scss';
@import '@tektoncd/dashboard-components/dist/components/Graph/ZoomablePipelineGraph.scss';
@import '@tektoncd/dashboard-components/src/components/Graph/Graph.scss';
@import '@tektoncd/dashboard-components/src/components/Graph/ZoomablePipelineGraph.scss';
2 changes: 0 additions & 2 deletions docs/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ Make sure that the backend service running in the cluster is proxied using `kube
e.g. to connect your local dev frontend to the Dashboard deployed on the robocat cluster:
`API_DOMAIN=https://dashboard.robocat.tekton.dev/ npm start`

**Note:** If modifying any of the sub-packages (e.g. components or utils in https://github.com/tektoncd/dashboard/tree/main/packages), you'll need to run `npm run bootstrap` to ensure those packages are correctly built and linked before starting the dev server or running a build. This is done automatically by `npm ci` or `npm install` so you may not have to run it directly depending on your workflow.

## Quick setup for local cluster

The Dashboard repository contains a script that will provision a [`kind` cluster](https://kind.sigs.k8s.io/) named 'tekton-dashboard' with the latest releases of Tekton Pipelines and Tekton Triggers installed, as well as a version of the Tekton Dashboard which can be customised by providing additional parameters matching those expected by the installer script described earlier.
Expand Down
6 changes: 0 additions & 6 deletions lerna.json

This file was deleted.

Loading