Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
fix: copying Flow files is now part of AEgir
Browse files Browse the repository at this point in the history
`flow-copy-source` is no longer needed as its functionality
(copying files from `src` to `lib` and adding the `flow`
extension) is now part of `aegir build`.
  • Loading branch information
vmx committed May 3, 2018
1 parent ab9b609 commit ba86cc9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"release-major": "aegir release --type major --docs",
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage --provider coveralls",
"build:types": "flow-copy-source --verbose src lib",
"build:node": "npm run build:types && aegir build --lib --no-dist",
"start": "flow-copy-source --watch --verbose src lib & aegir build --watch --no-dist"
"build:node": "aegir build --no-dist",
"start": "aegir build --watch --no-dist"
},
"pre-commit": [
"lint",
Expand Down Expand Up @@ -49,7 +48,6 @@
"buffer-equal": "1.0.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"flow-copy-source": "^1.2.0",
"pre-commit": "^1.2.2"
},
"contributors": [
Expand Down

0 comments on commit ba86cc9

Please sign in to comment.