Skip to content

Commit e210303

Browse files
committed
Remove extraneous files from GraphiQL for release builds.
1 parent dd89188 commit e210303

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/release.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ const removeDirs = shell.rm('-rf', [
5252
'ScreenCast.md',
5353
'Todo.md',
5454
'.gitignore',
55+
56+
// remove extraneous
57+
'GraphiQL/src',
58+
'GraphiQL/.gitignore',
59+
'GraphiQL/package.json',
60+
'GraphiQL/README.md',
61+
'GraphiQL/yarn.lock',
5562
], silent)
5663
if (removeDirs.code === 0) {
5764
shell.echo('Removed extraneous files.')

0 commit comments

Comments
 (0)