mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-15 00:48:12 -05:00
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/bash
|
|
|
|
[ ! -d "/src/node_modules" ] && cp /node_modules /src/node_modules; bash
|