mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
3 lines
64 B
Bash
Executable file
3 lines
64 B
Bash
Executable file
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
npm run build && npm run start
|