1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Disable chromatic (#962)

This commit is contained in:
Paweł Kuna
2021-12-13 21:04:41 +01:00
committed by GitHub
parent 5a9ae94e58
commit f6bf459fbd
5 changed files with 0 additions and 44 deletions

View File

@@ -1,25 +0,0 @@
# .github/workflows/chromatic.yml
# Workflow name
name: 'Chromatic'
# Event for the workflow
on: pull_request
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm i
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

View File

@@ -1,10 +0,0 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials"
]
}

View File

@@ -1,5 +0,0 @@
import '../dist/css/tabler.css';
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
}

View File

@@ -62,9 +62,6 @@
"@rollup/plugin-replace": "^3.0.0",
"@rollup/pluginutils": "^4.1.1",
"@rollup/stream": "^2.0.0",
"@storybook/addon-essentials": "^6.4.8",
"@storybook/addon-links": "^6.4.8",
"@storybook/html": "^6.4.8",
"apexcharts": "^3.32.0",
"autoprefixer": "^10.4.0",
"autosize": "^5.0.1",
@@ -96,7 +93,6 @@
"rollup": "^2.60.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"storybook-addon-outline": "^1.4.2",
"tom-select": "^2.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",