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

Commit

Permalink
fix(): Actually run custom flow-copy-source script on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ecoleman committed Jun 19, 2018
1 parent 86f947a commit f79711c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build",
"precommit": "pretty-quick --staged && lint-staged && cd scripts && python propscheck.py && cd .. && ./scripts/runflow",
"flow:copy-source": "flow-copy-source -v src dist",
"flow:copy-source": "node scripts/flow-copy-source.js",
"format": "prettier --write \"+(src|example)/**/*.js\"",
"lint": "eslint --ext .js src/**/*",
"styleguide": "styleguidist server",
Expand Down

0 comments on commit f79711c

Please sign in to comment.