Skip to content

Commit 4a8381e

Browse files
committed
Tweaking CI script for gallery
1 parent 74932c1 commit 4a8381e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/develop-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
node-version: ${{ matrix.node-version }}
7070
- run: cd gallery && yarn install
71-
- run: cd gallery && yarn run build
71+
- run: cd gallery && CI=false yarn run build
7272
- name: Set AWS credentials
7373
uses: aws-actions/configure-aws-credentials@v1
7474
with:

src/card/settings/CardSettingsContent.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import debounce from 'lodash/debounce';
66
import { useCallback } from 'react';
77
import NeoField from '../../component/field/Field';
88
import NeoCodeEditorComponent from '../../component/editor/CodeEditorComponent';
9-
import { CARD_SIZES } from '../../config/CardConfig';
10-
import { FormControl, InputLabel, Select } from "@material-ui/core";
119

1210

1311
const NeoCardSettingsContent = ({

0 commit comments

Comments
 (0)