mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Disable chromatic (#962)
This commit is contained in:
25
.github/workflows/chromatic.yml
vendored
25
.github/workflows/chromatic.yml
vendored
@@ -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 }}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
"stories": [
|
|
||||||
"../src/**/*.stories.mdx",
|
|
||||||
"../src/**/*.stories.@(js|jsx|ts|tsx)"
|
|
||||||
],
|
|
||||||
"addons": [
|
|
||||||
"@storybook/addon-links",
|
|
||||||
"@storybook/addon-essentials"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import '../dist/css/tabler.css';
|
|
||||||
|
|
||||||
export const parameters = {
|
|
||||||
actions: { argTypesRegex: "^on[A-Z].*" },
|
|
||||||
}
|
|
||||||
@@ -62,9 +62,6 @@
|
|||||||
"@rollup/plugin-replace": "^3.0.0",
|
"@rollup/plugin-replace": "^3.0.0",
|
||||||
"@rollup/pluginutils": "^4.1.1",
|
"@rollup/pluginutils": "^4.1.1",
|
||||||
"@rollup/stream": "^2.0.0",
|
"@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",
|
"apexcharts": "^3.32.0",
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"autosize": "^5.0.1",
|
"autosize": "^5.0.1",
|
||||||
@@ -96,7 +93,6 @@
|
|||||||
"rollup": "^2.60.2",
|
"rollup": "^2.60.2",
|
||||||
"rollup-plugin-babel": "^4.4.0",
|
"rollup-plugin-babel": "^4.4.0",
|
||||||
"rollup-plugin-cleanup": "^3.2.1",
|
"rollup-plugin-cleanup": "^3.2.1",
|
||||||
"storybook-addon-outline": "^1.4.2",
|
|
||||||
"tom-select": "^2.0.0",
|
"tom-select": "^2.0.0",
|
||||||
"vinyl-buffer": "^1.0.1",
|
"vinyl-buffer": "^1.0.1",
|
||||||
"vinyl-source-stream": "^2.0.0",
|
"vinyl-source-stream": "^2.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user