mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
[ ! -d "/src/node_modules" ] && cp /node_modules /src/node_modules; bash
|