Skip to content

Commit

Permalink
fix: Flow failed to find the Immer typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate authored Mar 31, 2020
2 parents ae5a13e + 6247c03 commit c2ae050
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -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 c2ae050

Please sign in to comment.