Skip to content

Files

This branch is 1493 commits behind graphql/graphiql:main.

resources

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 21, 2019
Nov 20, 2019
Dec 9, 2019
Jun 20, 2019
Sep 8, 2019
Jan 12, 2020
Dec 3, 2019
Dec 16, 2019
Dec 27, 2019
Dec 9, 2019
Dec 3, 2019
Jan 12, 2020
Jan 12, 2020
Oct 23, 2019

Description

Scripts invoked via npm and yarn run

buildFlow.js

For each .js file under src, creates a corresponding .js.flow file under dist; these files are included in the published NPM packages, so that codebases can consume the Flow types. This script is invoked via yarn run build-flow (and also yarn run build).

buildJs.js

Compiles .js files under src using Babel, writing the output to dist. This script is invoked via yarn run build-js (and also yarn run build).

prepublish.js

This script is invoked via yarn run prepublish.

pretty.js

Prettifies the code base, or tests that it is already prettified. This script is invoked for these two purposes respectively via yarn run pretty and yarn run pretty-check (and also npm test).