Skip to content

Commit

Permalink
remove regenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 24, 2021
1 parent 27b9f46 commit 7e51554
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 @@ -45,7 +45,7 @@
"prettier": "prettier --write --list-different .",
"prettier:check": "prettier --check .",
"check": "flow check",
"build": "rm -rf dist/* && babel src --ignore __tests__ --out-dir dist -b regenerator && npm run build:flow",
"build": "rm -rf dist/* && babel src --ignore __tests__ --out-dir dist && npm run build:flow",
"build:flow": "find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done",
"watch": "node resources/watch.js",
"preversion": "npm test",
Expand Down

0 comments on commit 7e51554

Please sign in to comment.