headlamp icon indicating copy to clipboard operation
headlamp copied to clipboard

storybook: Fix AutoMigrate issue for storybook

Open ashu8912 opened this issue 3 months ago • 1 comments

fixes #1980 Steps To Test This

Create a test plugin

  1. npx @kinvolk/headlamp-plugin create test-plugin
  2. Go the headlamp-plugin directory inside root of headlamp directory do npm i and npm link
  3. Go to the test-plugin and do npm link @kinvolk/headlamp-plugin
  4. Now run npm run storybook

ashu8912 avatar May 21 '24 06:05 ashu8912