1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update -> create for consistency

This commit is contained in:
Sarah Schneider
2020-11-20 11:08:53 -05:00
parent b6deeffbe7
commit 4ebb52e94d

View File

@@ -8,12 +8,12 @@ const graphqlDir = path.join(process.cwd(), 'lib/graphql/static')
// [start-readme]
//
// This script updates the static GraphQL files for a new version.
// This script creates the static GraphQL files for a new version.
//
// [end-readme]
program
.description('Update GraphQL files in lib/graphql/static based on an existing version.')
.description('Create GraphQL files in lib/graphql/static based on an existing version.')
.option('-n, --newVersion <version>', 'The version to copy the files to. Must be in <plan@release> format.')
.option('-o, --oldVersion <version>', 'The version to copy the files from. Must be in <plan@release> format.')
.parse(process.argv)