parent
98546f67d0
commit
fa020ffd4c
|
@ -7,6 +7,7 @@ steps:
|
||||||
image: node:16.17
|
image: node:16.17
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
commands:
|
commands:
|
||||||
|
- npm config set registry https://registry.npm.taobao.org/
|
||||||
- npm install
|
- npm install
|
||||||
- node --version
|
- node --version
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
Loading…
Reference in New Issue