File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
Original file line number Diff line number Diff line change 8
8
"remove-definitions" : " rimraf ./types" ,
9
9
"remove-dist" : " rimraf ./dist" ,
10
10
"remove-documentation" : " rimraf ./docs" ,
11
- "test" : " yarn build && jest --coverage --passWithNoTests" ,
11
+ "test" : " jest --coverage --passWithNoTests" ,
12
12
"build:cjs" : " tsc -p tsconfig.json" ,
13
13
"build:es" : " tsc -p tsconfig.es.json" ,
14
14
"build" : " yarn build:cjs && yarn build:es" ,
You can’t perform that action at this time.
0 commit comments