Browse Source

Fix commands

pull/853/head
Sergi Almacellas Abellana 4 years ago
parent
commit
878f938f21
  1. 3
      .github/workflows/node.js.yml

3
.github/workflows/node.js.yml

@ -25,6 +25,5 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm install
- run: npm run build --if-present
- run: npm test - run: npm test

Loading…
Cancel
Save