Skip to content

Commit 657fc79

Browse files
committed
Update pr.yml
1 parent 12d84eb commit 657fc79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
node-version: ${{ matrix.node }}
1515
- run: |
16-
npm i
17-
npm build
18-
npm test
16+
npm install
17+
npm run build
18+
npm run test

0 commit comments

Comments
 (0)