Skip to content

Commit

Permalink
fix nmp / nmp typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Jan 15, 2024
1 parent 0ae4f90 commit 32ef90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
user: ${{secrets.USER_TEST_V1}}
private_key: ${{secrets.GA_ED25519}}
host_fingerprint: ${{secrets.FINGERPRINT_TEST_V1}}
command: cd ~/dev/oaworks/embed && git pull && cd ~/dev/openresearchbutton/website && git pull && nmp install && node build.js && sudo nginx -s reload
command: cd ~/dev/oaworks/embed && git pull && cd ~/dev/openresearchbutton/website && git pull && npm install && node build.js && sudo nginx -s reload

0 comments on commit 32ef90e

Please sign in to comment.