aboutsummaryrefslogtreecommitdiffstats
path: root/examples/with-script-in-browser/vercel.json
blob: 99a5811c3b3e1f7afa913d85002c6dd6f815dc53 (plain) (blame)
1
2
3
4
5
{
  "outputDirectory": "dist",
  "installCommand": "yarn install",
  "buildCommand": "yarn build:package && yarn build"
}