Skip to content

Commit

Permalink
update addonkit to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensacks committed Nov 27, 2023
1 parent 10855d9 commit 1152bd6
Show file tree
Hide file tree
Showing 12 changed files with 15,851 additions and 9,008 deletions.
19 changes: 0 additions & 19 deletions .babelrc.js

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x

- name: Install dependencies
run: yarn install --ignore-scripts
run: npm install --ignore-scripts

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn release
npm run release
2 changes: 1 addition & 1 deletion .storybook/local-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ function managerEntries(entry = []) {
module.exports = {
managerEntries,
previewAnnotations,
};
};
18 changes: 8 additions & 10 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
import type {StorybookConfig} from '@storybook/react-vite';

import type { StorybookConfig } from "@storybook/react-vite";
const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'./local-preset.js',
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"./local-preset.js",
],
framework: {
name: '@storybook/react-vite',
name: "@storybook/react-vite",
options: {},
},
docs: {
autodocs: 'tag',
autodocs: "tag",
},
};

export default config;
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

Loading

0 comments on commit 1152bd6

Please sign in to comment.