bundling the project on the build server

This commit is contained in:
Antoine M 2024-09-12 11:52:14 +02:00
parent eb71b6a695
commit a8627f93c1

View File

@ -21,3 +21,4 @@ steps:
- npm install - npm install
- npm run build - npm run build
- ls - ls
# - rsync -avhp ./dist/ $PROJECT_SERVER_PATH --delete