Skip to content

Commit

Permalink
Fixed test build...maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
erikras committed Nov 4, 2018
1 parent fd64688 commit 500b0f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ const concurrent = npsUtils.concurrent
const rimraf = npsUtils.rimraf
module.exports = {
scripts: {
test: {
size: {
description: 'check the size of the bundle',
script: 'bundlesize'
}
size: {
description: 'check the size of the bundle',
script: 'bundlesize'
},
build: {
description: 'delete the dist directory and run all builds',
Expand Down Expand Up @@ -40,7 +38,7 @@ module.exports = {
script: 'rollup --config --sourcemap --environment FORMAT:umd'
}
},
andTest: series.nps('build', 'test.size')
andTest: series.nps('build', 'size')
},
docs: {
description: 'Generates table of contents in README',
Expand Down

0 comments on commit 500b0f4

Please sign in to comment.