Skip to content

Commit

Permalink
fix: run npm install before build:example
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jun 22, 2023
1 parent 720ec14 commit c91d590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- name: Run build:example based on openmct-version
run: |
if [ "${{ matrix.openmct-version }}" = "latest" ]; then
npm run build:example:master
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
npm run build:example
fi
- run: npm install

0 comments on commit c91d590

Please sign in to comment.