aboutsummaryrefslogtreecommitdiff
path: root/integration/apps/bun-run-check-package.json
blob: b6eeda0462dd35990e0aa53a022d6775b2d784d2 (plain) (blame)
1
2
3
4
5
6
7
{
  "name": "check",
  "scripts": {
    "this-should-work": "echo \"✅ bun run test passed!\"",
    "argv": "node -e 'console.log(process.argv)'"
  }
}