Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

lith/deploy.fish: keep sharp's optional native bindings

\`--omit=optional\` was stripping sharp's platform-specific native
binaries (Linux x64 libs live in sharp's optionalDependencies), so
bundler.mjs crashed on the server when the amxd build step ran.
Removing that flag. Keeping PUPPETEER_SKIP_DOWNLOAD=1 to avoid
pulling Chromium since the build-notepat path doesn't need it.

+1 -1
+1 -1
lith/deploy.fish
··· 175 175 176 176 # Install deps 177 177 echo -e "$GREEN-> Installing dependencies...$NC" 178 - ssh -i $SSH_KEY $LITH_USER@$TARGET_HOST "cd $REMOTE_DIR/lith && npm install --omit=dev && cd $REMOTE_DIR/system && npm install --omit=dev && cd $REMOTE_DIR/oven && PUPPETEER_SKIP_DOWNLOAD=1 npm install --omit=dev --omit=optional" 178 + ssh -i $SSH_KEY $LITH_USER@$TARGET_HOST "cd $REMOTE_DIR/lith && npm install --omit=dev && cd $REMOTE_DIR/system && npm install --omit=dev && cd $REMOTE_DIR/oven && PUPPETEER_SKIP_DOWNLOAD=1 npm install --omit=dev" 179 179 180 180 # notepat.com amxd build stream. 181 181 # Modeled after `ac-os upload`'s "always rebuild first" pattern so