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
parent
commit
02273a7285
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml
  2. 1
      package.json

3
.circleci/config.yml

@ -12,6 +12,9 @@ jobs:
- run:
name: Dependencies
command: yarn
- run:
name: Flow typed
command: yarn flow-typed
- run:
name: Lint
command: yarn lint

1
package.json

@ -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",

Loading…
Cancel
Save