We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7361a17 commit 2d847d5Copy full SHA for 2d847d5
.github/workflows/build.yml
@@ -15,4 +15,4 @@ jobs:
15
port: ${{ secrets.SERVER_PORT }}
16
username: ${{ secrets.SERVER_USER }}
17
password: ${{ secrets.SERVER_PASSWORD }}
18
- script: cd ${{ secrets.SERVER_PROJECT_PATH }} && yarn update
+ script: cd ${{ secrets.SERVER_PROJECT_PATH }} && npm run update
0 commit comments