Skip to content
代码片段 群组 项目
提交 4e3c9a57 编辑于 作者: Mike Greiling's avatar Mike Greiling
浏览文件

add yarn check to ensure package.json doesn't diverge from yarn.lock

上级 9a3d2712
No related branches found
No related tags found
无相关合并请求
......@@ -109,7 +109,8 @@ setup-test-env:
script:
- node --version
- yarn --version
- yarn install
- yarn install --pure-lockfile
- yarn check # ensure that yarn.lock matches package.json
- bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册