7 lines
110 B
Bash
7 lines
110 B
Bash
#!/bin/sh
|
|
set -ex
|
|
|
|
npm show puppeteer version
|
|
|
|
pm2-runtime start ecosystem.config.json --raw --env production
|