Skip to content

Instantly share code, notes, and snippets.

@xinthink
Last active November 7, 2019 03:52
Show Gist options
  • Save xinthink/7e5cb67080e375094e0a3a40e3192d7d to your computer and use it in GitHub Desktop.
Save xinthink/7e5cb67080e375094e0a3a40e3192d7d to your computer and use it in GitHub Desktop.
medium-custom-github-actions package.json
{
"scripts": {
"build": "tsc",
"clean": "rm -rf lib package-lock.json",
"rebuild": "yarn clean && yarn build",
"release": "yarn clean && yarn && yarn build && yarn npm-lock && mv -f package-lock.json npm.lock && rm -rf node_modules && yarn --prod && mv npm.lock package-lock.json",
"dev": "yarn clean && yarn",
"npm-lock": "synp -f -s yarn.lock"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment