We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d84eb commit 657fc79Copy full SHA for 657fc79
1 file changed
.github/workflows/pr.yml
@@ -13,6 +13,6 @@ jobs:
13
with:
14
node-version: ${{ matrix.node }}
15
- run: |
16
- npm i
17
- npm build
18
- npm test
+ npm install
+ npm run build
+ npm run test
0 commit comments