diff options
-rw-r--r-- | .github/workflows/workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ff94ce7..06f55d9 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 14 - - name: run the script + - name: Run the script run: | cd scripts npm install |