File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 2929 "prebuild" : " yarn clean" ,
3030 "prepack" : " " ,
3131 "build" : " bob" ,
32- "test" : " jest --forceExit --runInBand && yarn bundlesize" ,
32+ "test" : " jest --forceExit --no-watchman && yarn bundlesize" ,
3333 "prepare-release" : " yarn build && yarn test" ,
3434 "release" : " yarn prepare-release && bob-update-version && npm publish dist" ,
3535 "ci:release:canary" : " node bump.js && bob-update-version && npm publish dist --tag alpha --access public" ,
Original file line number Diff line number Diff line change @@ -57,14 +57,6 @@ export default new GraphQLScalarType({
5757 throw new GraphQLError ( `Value is not a valid Date: ${ ast . value } ` ) ;
5858 }
5959
60- if ( ast . kind === Kind . STRING && ast . value !== result . toJSON ( ) ) {
61- throw new GraphQLError (
62- `Value is not a valid Date format (YYYY-MM-DDTHH:MM:SS.SSSZ): ${
63- ast . value
64- } `,
65- ) ;
66- }
67-
6860 return result ;
6961 } ,
7062} ) ;
You can’t perform that action at this time.
0 commit comments