This commit is contained in:
@@ -15,7 +15,7 @@ steps:
|
|||||||
- test
|
- test
|
||||||
commands:
|
commands:
|
||||||
- npm config set registry https://registry.npmmirror.com/
|
- npm config set registry https://registry.npmmirror.com/
|
||||||
- npm run install
|
- npm install
|
||||||
- npm run build:h5:test
|
- npm run build:h5:test
|
||||||
- rm -rf dist.tar
|
- rm -rf dist.tar
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
@@ -29,7 +29,7 @@ steps:
|
|||||||
- master
|
- master
|
||||||
commands:
|
commands:
|
||||||
- npm config set registry https://registry.npmmirror.com/
|
- npm config set registry https://registry.npmmirror.com/
|
||||||
- npm run install
|
- npm install
|
||||||
- npm run build:h5:prod
|
- npm run build:h5:prod
|
||||||
- rm -rf dist.tar
|
- rm -rf dist.tar
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user