mirror of
https://github.com/diced/zipline.git
synced 2025-12-29 06:04:26 -08:00
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
unset ZIPLINE_DOCKER_BUILD
|
|
|
|
node --enable-source-maps dist/index.js |