Browse Source
Merge pull request #163 from meriadec/master
Add flow-typed to ci process
master
Loëck Vézien
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
.circleci/config.yml
-
package.json
|
|
@ -12,6 +12,9 @@ jobs: |
|
|
|
- run: |
|
|
|
name: Dependencies |
|
|
|
command: yarn |
|
|
|
- run: |
|
|
|
name: Flow typed |
|
|
|
command: yarn flow-typed |
|
|
|
- run: |
|
|
|
name: Lint |
|
|
|
command: yarn lint |
|
|
|
|
|
@ -11,6 +11,7 @@ |
|
|
|
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null", |
|
|
|
"dist": "yarn compile && electron-builder", |
|
|
|
"flow": "flow", |
|
|
|
"flow-typed": "flow-typed install -s --overwrite", |
|
|
|
"lint": "eslint src webpack .storybook", |
|
|
|
"postinstall": "bash ./scripts/postinstall.sh", |
|
|
|
"precommit": "lint-staged", |
|
|
|