Skip to content

Commit 17593a1

Browse files
committed
Removed flow checking
1 parent 1c7b066 commit 17593a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ es
1010
npm-debug.log
1111
.DS_Store
1212
.idea
13-
yarn.lock
13+
yarn.lock
14+
package-lock.json

package-scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = {
7575
validate: {
7676
description:
7777
'This runs several scripts to make sure things look good before committing or on clean install',
78-
default: concurrent.nps('lint', 'flow', 'build.andTest', 'test')
78+
default: concurrent.nps('lint', 'build.andTest', 'test')
7979
}
8080
},
8181
options: {

0 commit comments

Comments
 (0)