提交 4e3c9a57 编写于 作者: M Mike Greiling

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

上级 9a3d2712
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册