Skip to content

Commit 0528999

Browse files
committed
feat: add script to remove generated files
1 parent 623f6ab commit 0528999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test": "razzle test --env=jsdom",
4040
"start:prod": "NODE_ENV=production node build/server.js",
4141
"relay": "relay-compiler --src ./src --schema ./schema.graphql --persistFunction scripts/persistQuery.js",
42+
"relay:clean": "rm -r src/__generated__",
4243
"flow": "flow",
4344
"fetch-schema": "node scripts/fetchSchema.js --path schema.graphql",
4445
"analyze": "source-map-explorer 'build/public/static/js/*.js'",

0 commit comments

Comments
 (0)