Skip to content

Commit 6417c3b

Browse files
committed
chore: 并发构建
1 parent 7aaf4b2 commit 6417c3b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"vue:build": "yarn workspace @antv/s2-vue build",
3434
"vue:test": "yarn workspace @antv/s2-vue test",
3535
"vue:watch": " yarn workspace @antv/s2-vue watch",
36-
"build": "lerna run build --include-dependencies --stream --concurrency 1",
37-
"build:esm": "lerna run build:esm --include-dependencies --stream --concurrency 1",
38-
"build:umd": "lerna run build:umd --include-dependencies --stream --concurrency 1",
36+
"build": "lerna run build --include-dependencies --stream",
37+
"build:esm": "lerna run build:esm --include-dependencies --stream",
38+
"build:umd": "lerna run build:umd --include-dependencies --stream",
3939
"bundle:size": "lerna run bundle:size --stream",
4040
"release": "lerna exec --concurrency 1 -- npx --no-install semantic-release",
4141
"prepublish:manual": "yarn build",

packages/s2-core/__tests__/spreadsheet/theme-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import { createPivotSheet } from 'tests/util/helpers';
33
import { get } from 'lodash';
44
import { ShapeAttrs } from '@antv/g-canvas';
5-
import { S2DataConfig } from './../../esm/common/interface/s2DataConfig.d';
65
import { TextTheme } from '@/common/interface/theme';
76
import { PivotSheet } from '@/sheet-type';
87
import {
98
CellTypes,
109
EXTRA_COLUMN_FIELD,
1110
EXTRA_FIELD,
11+
S2DataConfig,
1212
TextAlign,
1313
} from '@/common';
1414
import { RowCell } from '@/cell';

0 commit comments

Comments
 (0)