bundling the project on the build server
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2024-09-12 12:14:25 +02:00
parent 2f92de5fe7
commit 53e6895d5f

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