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 135aa5d commit 5f05e0dCopy full SHA for 5f05e0d
.github/workflows/nodejs.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
node-version: 18.x
12
- name: npm install, build, and test
13
- run: |
+ run: |
14
npm install
15
npm run build --if-present
16
run: |
0 commit comments