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:03:23 +02:00
parent a8627f93c1
commit 9a675a3b6a

View File

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