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 139bd1e commit a22171dCopy full SHA for a22171d
package.json
@@ -13,6 +13,9 @@
13
],
14
"scripts": {
15
"setup": "yarn install && yarn build-workspaces && yarn node14-patch",
16
+ "clean": "yarn clean:generated yarn && yarn clean:node_modules",
17
+ "clean:node_modules": "lerna run clean && rm -rf node_modules",
18
+ "clean:generated": "find app -type d -name __generated__ | xargs rm -r",
19
"static": "mkdir -p _static/js; mkdir -p _static/css; cp -r static/* _static",
20
"win-static": "xcopy static\\* _static /e /s /y /i& if not exist _static\\js mkdir _static\\js& if not exist _static\\css mkdir _static\\css",
21
"prebuild": "yarn run static && yarn run relay",
0 commit comments