@@ -0,0 +1,11 @@
clean:
rm -rf ./priv/static
rm -rf _build
build-client:
cd client && yarn install && yarn run build
build-server:
mix deps.get && MIX_ENV=prod mix release --env=prod
all: clean build-client build-server
The note is not visible to the blocked user.