5 lines
36 B
Bash
5 lines
36 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
node dist/build
|