mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Try to fix snap.
This commit is contained in:
parent
bc2fcef7c4
commit
7b54983ec2
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ parts:
|
|||
cd ../../../..
|
||||
# Remove package-lock.json so that set-version below would not claim Wekan is dirty
|
||||
rm -f package-lock.json
|
||||
# Remove local files
|
||||
rm -rf .meteor/local
|
||||
# Copy files to snap
|
||||
cp -r .build/bundle/* $SNAPCRAFT_PART_INSTALL/
|
||||
cp .build/bundle/.node_version.txt $SNAPCRAFT_PART_INSTALL/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue