Skip to content

Commit

Permalink
Merge pull request #1369 from kintone-labs/develop
Browse files Browse the repository at this point in the history
SSR-3426: v1.12.0 release
  • Loading branch information
dong0 committed Jul 18, 2023
2 parents 22bdfe4 + 0362c74 commit 9919b57
Show file tree
Hide file tree
Showing 102 changed files with 7,196 additions and 3,880 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/chromatic.yml
@@ -0,0 +1,19 @@
name: 'Chromatic'

on: push

jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true # 👈 Required option to enable TurboSnap
35 changes: 0 additions & 35 deletions .github/workflows/netlify_storybook_live.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/netlify_storybook_staging.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,6 @@ storybook/
umd/
/test
/unit_test
.DS_Store
.DS_Store
build-storybook.log
.vscode/
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,5 @@
{
"files.associations": {
"**/style.ts": "css"
}
}

0 comments on commit 9919b57

Please sign in to comment.