We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623f6ab commit 0528999Copy full SHA for 0528999
package.json
@@ -39,6 +39,7 @@
39
"test": "razzle test --env=jsdom",
40
"start:prod": "NODE_ENV=production node build/server.js",
41
"relay": "relay-compiler --src ./src --schema ./schema.graphql --persistFunction scripts/persistQuery.js",
42
+ "relay:clean": "rm -r src/__generated__",
43
"flow": "flow",
44
"fetch-schema": "node scripts/fetchSchema.js --path schema.graphql",
45
"analyze": "source-map-explorer 'build/public/static/js/*.js'",
0 commit comments