Skip to content

Commit 500b0f4

Browse files
committed
Fixed test build...maybe?
1 parent fd64688 commit 500b0f4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package-scripts.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ const concurrent = npsUtils.concurrent
55
const rimraf = npsUtils.rimraf
66
module.exports = {
77
scripts: {
8-
test: {
9-
size: {
10-
description: 'check the size of the bundle',
11-
script: 'bundlesize'
12-
}
8+
size: {
9+
description: 'check the size of the bundle',
10+
script: 'bundlesize'
1311
},
1412
build: {
1513
description: 'delete the dist directory and run all builds',
@@ -40,7 +38,7 @@ module.exports = {
4038
script: 'rollup --config --sourcemap --environment FORMAT:umd'
4139
}
4240
},
43-
andTest: series.nps('build', 'test.size')
41+
andTest: series.nps('build', 'size')
4442
},
4543
docs: {
4644
description: 'Generates table of contents in README',

0 commit comments

Comments
 (0)