File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 "lint-fix" : " npm run lint -- --fix" ,
1010 "flow-typed-install" : " flow-typed install" ,
1111 "flow" : " flow" ,
12- "prepack " : " npm run prepack :babel && npm run prepack :flow" ,
13- "prepack :babel" : " babel src/ -d lib" ,
14- "prepack :flow" : " flow-copy-source src lib" ,
15- "ci-test" : " NODE_ENV=test npm run prepack && npm run flow && npm run jest" ,
16- "test" : " NODE_ENV=test npm run prepack && npm run jest" ,
12+ "build " : " npm run build :babel && npm run build :flow" ,
13+ "build :babel" : " babel src/ -d lib" ,
14+ "build :flow" : " flow-copy-source src lib" ,
15+ "ci-test" : " NODE_ENV=test npm run build && npm run flow && npm run jest" ,
16+ "test" : " NODE_ENV=test npm run build && npm run jest" ,
1717 "jest" : " jest --testMatch **/test/*.js --verbose" ,
1818 "test-update" : " npm run test -- -u"
1919 },
You can’t perform that action at this time.
0 commit comments