Edit .onedev-buildspec.yml

This commit is contained in:
ronger 2022-09-18 12:34:34 +00:00
parent a6b97dc51d
commit b97688bd02

View File

@ -18,7 +18,7 @@ jobs:
image: node:16.17.0-alpine image: node:16.17.0-alpine
interpreter: !DefaultInterpreter interpreter: !DefaultInterpreter
commands: commands:
- npm install - yarn --registry=https://registry.npm.taobao.org
- npx nuxt build - npx nuxt build
useTTY: false useTTY: false
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL