This commit is contained in:
parent
9931c2cb8c
commit
466f6058d0
|
@ -12,6 +12,5 @@ jobs:
|
|||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
if: github.ref == 'refs/heads/master'
|
||||
- run: |
|
||||
true
|
||||
- run: npm run deploy
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "concurrently \"tsc --watch\" \"nodemon lib\"",
|
||||
"test": "tsc && jest && prettier --check 'src/**'"
|
||||
"test": "tsc && jest && prettier --check 'src/**'",
|
||||
"deploy": "pm2 deploy production"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto-random-string": "^3.2.0",
|
||||
|
|
Loading…
Reference in New Issue