Browse Source

fix: 升级lock文件

master
niushuai233 2 years ago
parent
commit
4c104208ba
  1. 3
      .drone.yml
  2. 23661
      package-lock.json
  3. 23041
      yarn.lock

3
.drone.yml

@ -33,7 +33,7 @@ volumes:
steps: steps:
# node install # node install
- name: node-package - name: node-package
image: node:16.17.0 image: node:18.12.1
volumes: volumes:
- name: node-cache - name: node-cache
path: /node_cache path: /node_cache
@ -45,6 +45,7 @@ steps:
- ls -alh - ls -alh
- ls -alh node_modules - ls -alh node_modules
# 打包 # 打包
- npm config set registry https://registry.npm.taobao.org
- npm config set cache /node_cache --global - npm config set cache /node_cache --global
- npm install - npm install
- npm run build - npm run build

23661
package-lock.json generated

File diff suppressed because it is too large Load Diff

23041
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save