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 a915f27 commit f2b2c02Copy full SHA for f2b2c02
install.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+set -e
4
5
+cd "$(dirname "$0")"
6
7
+rm -rf node_modules web/node_modules backend/api/node_modules backend/email/node_modules command/node_modules backend/shared/node_modules
8
9
+yarn install
10
0 commit comments