Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit f79711c

Browse files
committed
fix(): Actually run custom flow-copy-source script on build
1 parent 86f947a commit f79711c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"predeploy": "cd example && yarn install && yarn run build",
1818
"deploy": "gh-pages -d example/build",
1919
"precommit": "pretty-quick --staged && lint-staged && cd scripts && python propscheck.py && cd .. && ./scripts/runflow",
20-
"flow:copy-source": "flow-copy-source -v src dist",
20+
"flow:copy-source": "node scripts/flow-copy-source.js",
2121
"format": "prettier --write \"+(src|example)/**/*.js\"",
2222
"lint": "eslint --ext .js src/**/*",
2323
"styleguide": "styleguidist server",

0 commit comments

Comments
 (0)