We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd64688 commit 500b0f4Copy full SHA for 500b0f4
package-scripts.js
@@ -5,11 +5,9 @@ const concurrent = npsUtils.concurrent
5
const rimraf = npsUtils.rimraf
6
module.exports = {
7
scripts: {
8
- test: {
9
- size: {
10
- description: 'check the size of the bundle',
11
- script: 'bundlesize'
12
- }
+ size: {
+ description: 'check the size of the bundle',
+ script: 'bundlesize'
13
},
14
build: {
15
description: 'delete the dist directory and run all builds',
@@ -40,7 +38,7 @@ module.exports = {
40
38
script: 'rollup --config --sourcemap --environment FORMAT:umd'
41
39
}
42
43
- andTest: series.nps('build', 'test.size')
+ andTest: series.nps('build', 'size')
44
45
docs: {
46
description: 'Generates table of contents in README',
0 commit comments