fix ci
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-12-13 08:18:45 +08:00
parent 1bce2ea219
commit 1950785748

View File

@@ -6,10 +6,10 @@ steps:
- name: build-frontend
image: node:19
commands:
- cd web
- npm config set registry=https://registry.npmmirror.com
- npm install
- npm run build
- cd web
- npm config set registry=https://registry.npmmirror.com
- npm install
- npm run build
steps:
- name: build-backend