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

Commit a56f7e7

Browse files
committed
fix: copying Flow files is now part of AEgir
`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`.
1 parent dd2fc0d commit a56f7e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
"release-major": "aegir release --type major --docs",
1616
"coverage": "aegir coverage",
1717
"coverage-publish": "aegir coverage --provider coveralls",
18-
"build:types": "flow-copy-source --verbose src lib",
19-
"build:node": "npm run build:types && aegir build --lib --no-dist",
20-
"start": "flow-copy-source --watch --verbose src lib & aegir build --watch --no-dist"
18+
"build:node": "aegir build --no-dist",
19+
"start": "aegir build --watch --no-dist"
2120
},
2221
"pre-commit": [
2322
"lint",
@@ -49,7 +48,6 @@
4948
"buffer-equal": "1.0.0",
5049
"chai": "^4.1.2",
5150
"dirty-chai": "^2.0.1",
52-
"flow-copy-source": "^1.2.0",
5351
"pre-commit": "^1.2.2"
5452
},
5553
"contributors": [

0 commit comments

Comments
 (0)