Skip to content

Instantly share code, notes, and snippets.

@joscha
Created April 19, 2017 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joscha/9079e5853bce79ee5de2d081188b10b8 to your computer and use it in GitHub Desktop.
Save joscha/9079e5853bce79ee5de2d081188b10b8 to your computer and use it in GitHub Desktop.
frozen lockfile regression
{
"name": "frozen",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"test": "^0.6.0"
}
}
#!/usr/bin/env bash
yarn install --frozen-lockfile
echo $?
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment