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