Files
bun.sh/test/apps/bun-run-check-package.json
2022-06-22 23:21:48 -07:00

8 lines
153 B
JSON

{
"name": "check",
"scripts": {
"this-should-work": "echo \"✅ bun run test passed!\"",
"argv": "node -e 'console.log(process.argv)'"
}
}