diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 42e73f6..981c60e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -13,7 +13,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + + - name: Dependences + run: npm i - name: Prepublish run: npm run vscode:prepublish - name: Package @@ -28,6 +30,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Dependences + run: npm i - name: Prepublish run: npm run vscode:prepublish - name: Package