提交 177e4418 编写于 作者: fxy060608's avatar fxy060608

Merge branch 'dev' of https://github.com/dcloudio/uni-app into alpha

......@@ -28,7 +28,8 @@ module.exports = (api, options, rootOptions) => {
'build:quickapp-light': 'cross-env NODE_ENV=production UNI_PLATFORM=quickapp-light vue-cli-service uni-build',
'dev:custom': 'cross-env NODE_ENV=development uniapp-cli custom',
'build:custom': 'cross-env NODE_ENV=production uniapp-cli custom',
'test:h5': 'cross-env UNI_PLATFORM=h5 jest -i',
'test:h5': 'cross-env UNI_PLATFORM=h5 jest -i',
'test:android': 'cross-env UNI_PLATFORM=app-plus UNI_OS_NAME=android jest -i',
'test:mp-weixin': 'cross-env UNI_PLATFORM=mp-weixin jest -i',
'test:mp-baidu': 'cross-env UNI_PLATFORM=mp-baidu jest -i'
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册