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:
parent
fc8bd3049a
commit
426904000a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue