Skip to content

Commit

Permalink
fix: copy flow types to where flow can find them
Browse files Browse the repository at this point in the history
  • Loading branch information
esturcke committed Mar 19, 2020
1 parent 949960f commit 6247c03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage",
"build": "rimraf dist/ && tsdx build --name immer --format esm,cjs,umd && yarn build:flow",
"build:flow": "cpx 'src/types/immer.js.flow' dist -v",
"build:flow": "cpx 'src/types/index.js.flow' dist -v",
"publish-docs": "cd website && GIT_USER=mweststrate USE_SSH=true yarn run publish-gh-pages",
"start": "cd website && yarn start",
"test:size": "yarn build && yarn import-size --report . produce enableES5 enableMapSet enablePatches enableAllPlugins",
Expand Down
File renamed without changes.

0 comments on commit 6247c03

Please sign in to comment.