0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

🐛 Clean up node modules

This commit is contained in:
mathieu.brunot 2019-02-14 13:04:05 +01:00
parent fc8bd3049a
commit 426904000a
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -24,6 +24,7 @@ function run_image {
fi
mkdir -p $HOME/.m2
rm -rf ./frontend/node_modules
echo "Running development image..."
sudo docker run -ti \
@ -37,6 +38,7 @@ function release_image {
cd frontend
echo "Building frontend release..."
rm -rf ./dist
rm -rf ./node_modules
npm install
npm run dist
./scripts/dist-main