Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /