ci/cd
continuous-integration/drone/push Build is failing Details

This commit is contained in:
clay 2022-11-03 15:16:05 +08:00
parent 46bcd4e511
commit 11877950fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: credit-rating name: cloud-security-wiki
steps: steps:
- name: build-package-vue - name: build-package-vue
image: node:14.20 image: node:14.20
@ -16,7 +16,7 @@ steps:
- npm config set registry https://registry.npm.taobao.org - npm config set registry https://registry.npm.taobao.org
- set NODE_OPTIONS=--openssl-legacy-provider - set NODE_OPTIONS=--openssl-legacy-provider
- npm install - npm install
- npm run build - npm run docs:build
- ls - ls
- echo $NODE_MODULES_PATH - echo $NODE_MODULES_PATH
- rm -rf /app/build/dist - rm -rf /app/build/dist