mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Properly copy yarn.lock file on exporter build script.
This commit is contained in:
parent
c4525030da
commit
2ce4314bc3
@ -15,5 +15,5 @@ npx shadow-cljs release main
|
|||||||
rm -rf target/app
|
rm -rf target/app
|
||||||
|
|
||||||
# Copy package*.json files
|
# Copy package*.json files
|
||||||
cp package-lock.json target/
|
cp yarn.lock target/
|
||||||
cp package.json target/
|
cp package.json target/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user