Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created August 29, 2019 18:24
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 brunosabot/f5fd154e3c9190d732a974ddc1e3b289 to your computer and use it in GitHub Desktop.
Save brunosabot/f5fd154e3c9190d732a974ddc1e3b289 to your computer and use it in GitHub Desktop.
github-actions-zeit-now package.json
{
"name": "github-actions-zeit-now",
"version": "0.0.1",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test",
"now-build": "npm run build && mv build dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment