mirror of
https://github.com/fazo96/ipfs-boards
synced 2025-01-10 12:24:20 +01:00
3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
npm run build && echo "/ipfs/$(ipfs add -r -q webapp/dist | tail -n1)"
|