@appquality/unguess-design-system 2.8.5 → 2.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,37 +1,37 @@
1
- # This is a basic workflow to help you get started with Actions
2
-
3
- name: Publish storybook
4
-
5
- # The event that will trigger the action
6
- on:
7
- push:
8
- branches: [master]
9
- # pull_request:
10
- # branches: [master]
11
- # Allows you to run this workflow manually from the Actions tab
12
- workflow_dispatch:
13
-
14
- # A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
- jobs:
16
- # This workflow contains a single job called "build"
17
- build:
18
- # The type of runner that the job will run on
19
- runs-on: ubuntu-latest
20
- if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
21
-
22
- # Steps represent a sequence of tasks that will be executed as part of the job
23
- steps:
24
- - uses: actions/checkout@v2
25
- with:
26
- fetch-depth: 0
27
- - name: Use Node.js 14.x
28
- uses: actions/setup-node@v2
29
- with:
30
- node-version: "14"
31
-
32
- - name: Publish storybook
33
- id: storybook
34
- run: |
35
- yarn --frozen-lockfile
36
- yarn run build
37
- npx chromatic --project-token ${{ secrets.CHROMATIC_TOKEN }} --exit-zero-on-changes --ci
1
+ # This is a basic workflow to help you get started with Actions
2
+
3
+ name: Publish storybook
4
+
5
+ # The event that will trigger the action
6
+ on:
7
+ push:
8
+ branches: [master]
9
+ # pull_request:
10
+ # branches: [master]
11
+ # Allows you to run this workflow manually from the Actions tab
12
+ workflow_dispatch:
13
+
14
+ # A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
+ jobs:
16
+ # This workflow contains a single job called "build"
17
+ build:
18
+ # The type of runner that the job will run on
19
+ runs-on: ubuntu-latest
20
+ if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
21
+
22
+ # Steps represent a sequence of tasks that will be executed as part of the job
23
+ steps:
24
+ - uses: actions/checkout@v2
25
+ with:
26
+ fetch-depth: 0
27
+ - name: Use Node.js 14.x
28
+ uses: actions/setup-node@v2
29
+ with:
30
+ node-version: "14"
31
+
32
+ - name: Publish storybook
33
+ id: storybook
34
+ run: |
35
+ yarn --frozen-lockfile
36
+ yarn run build
37
+ npx chromatic --project-token ${{ secrets.CHROMATIC_TOKEN }} --exit-zero-on-changes --ci
package/.prettierrc CHANGED
@@ -1,4 +1,4 @@
1
- {
2
- "tabWidth": 2,
3
- "useTabs": false
1
+ {
2
+ "tabWidth": 2,
3
+ "useTabs": false
4
4
  }