Skip to content

Commit f9aeaa0

Browse files
committed
test: remove build before test
1 parent 2effc9a commit f9aeaa0

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"lint:check": "lerna run lint:check",
2525
"lint:fix": "eslint --fix",
2626
"lint:staged": "npx lint-staged",
27-
"pretest": "npm run build",
2827
"test": "lerna run test",
2928
"test:legacy": "lerna run test:legacy",
3029
"version": "lerna version"

packages/csv-generate/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"lint:fix": "eslint --fix",
109109
"lint:ts": "tsc --noEmit true",
110110
"preversion": "npm run build && git add dist",
111-
"pretest": "npm run build",
112111
"test": "mocha 'test/**/*.{coffee,ts}'",
113112
"test:legacy": "mocha --ignore test/api.web_stream.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
114113
},

packages/csv-parse/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
"lint:fix": "eslint --fix",
132132
"lint:ts": "tsc --noEmit true",
133133
"preversion": "npm run build && git add dist",
134-
"pretest": "npm run build",
135134
"test": "mocha 'test/**/*.{coffee,ts}'",
136135
"test:legacy": "mocha --ignore test/api.web_stream.coffee --ignore test/api.web_stream.ts --ignore test/api.stream.finished.coffee --ignore test/api.stream.iterator.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
137136
},

packages/csv-stringify/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
"lint:fix": "eslint --fix",
9999
"lint:ts": "tsc --noEmit true",
100100
"preversion": "npm run build && git add dist",
101-
"pretest": "npm run build",
102101
"test": "mocha 'test/**/*.{coffee,ts}'",
103102
"test:legacy": "mocha --ignore test/api.callback.coffee --ignore test/api.web_stream.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
104103
},

packages/csv/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"lint:fix": "eslint --fix",
118118
"lint:ts": "tsc --noEmit true",
119119
"preversion": "npm run build && git add dist",
120-
"pretest": "npm run build",
121120
"test": "mocha 'test/**/*.{coffee,ts}'",
122121
"test:legacy": "mocha --ignore test/samples.coffee --loader=./test/loaders/legacy/all.js 'test/**/*.{coffee,ts}'"
123122
},

packages/stream-transform/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
"lint:check": "eslint && tsc --noEmit true",
9999
"lint:fix": "eslint --fix && tsc --noEmit true",
100100
"preversion": "npm run build && git add dist",
101-
"pretest": "npm run build",
102101
"test": "mocha 'test/**/*.{coffee,ts}'",
103102
"test:legacy": "mocha --loader=./test/loaders/legacy/all.js --ignore test/handler.mode.callback.coffee --ignore test/handler.mode.callback.error.coffee 'test/**/*.{coffee,ts}'"
104103
},

0 commit comments

Comments
 (0)