remove npm run build from ci

This commit is contained in:
isUnknown 2024-04-07 07:31:06 +02:00
parent d7423597ed
commit 3c0de1603c

View file

@ -11,7 +11,6 @@ build and deploy:
- npm install
- npm install -g gulp
- gulp build
- npm run build
- apt-get update -qq && apt-get install -y -qq lftp
- lftp -c "set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST;
mirror --reverse --verbose --ignore-time --parallel=10