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 9424f37 commit b40b90dCopy full SHA for b40b90d
package-scripts.js
@@ -51,7 +51,15 @@ module.exports = {
51
},
52
andTest: series.nps('build', 'test.size')
53
54
- copyTypes: npsUtils.copy('src/*.js.flow src/*.d.ts dist'),
+ copyTypes: series(
55
+ npsUtils.copy('src/*.js.flow src/*.d.ts dist'),
56
+ npsUtils.copy(
57
+ 'dist/index.js.flow dist --rename="react-final-form-arrays.cjs.js.flow"'
58
+ ),
59
60
+ 'dist/index.js.flow dist --rename="react-final-form-arrays.es.js.flow"'
61
+ )
62
63
docs: {
64
description: 'Generates table of contents in README',
65
script: 'doctoc README.md'
@@ -71,7 +79,13 @@ module.exports = {
71
79
validate: {
72
80
description:
73
81
'This runs several scripts to make sure things look good before committing or on clean install',
74
- default: concurrent.nps('lint', 'flow', 'typescript', 'build.andTest', 'test')
82
+ default: concurrent.nps(
83
+ 'lint',
84
+ 'flow',
85
+ 'typescript',
86
+ 'build.andTest',
87
+ 'test'
88
75
89
}
76
90
77
91
options: {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments