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 6be2518 commit 06ba60fCopy full SHA for 06ba60f
Makefile
@@ -16,6 +16,7 @@ all: clean install
16
cp -r ./app/dist ./server/build/public
17
18
install:
19
+ ${YARN}
20
cd ./app && $(YARN)
21
cd ./server && $(YARN)
22
0 commit comments