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 - name: build-frontend
image: node:19 image: node:19
commands: commands:
- cd web - cd web
- npm config set registry=https://registry.npmmirror.com - npm config set registry=https://registry.npmmirror.com
- npm install - npm install
- npm run build - npm run build
steps: steps:
- name: build-backend - name: build-backend