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 0dd9478 commit db89a37Copy full SHA for db89a37
.github/workflows/tests.yaml
@@ -15,6 +15,8 @@ jobs:
15
run: ./scripts/check-prismatic-references.sh
16
- name: Install dependencies
17
run: npm ci
18
+ - name: Install Netlify CLI
19
+ run: npm install --global netlify-cli
20
- name: Check spelling
21
run: npm run check-spelling
22
- name: Check markdown formatting
@@ -27,7 +29,7 @@ jobs:
27
29
run: npm run build
28
30
- name: Deploy preview
31
run: |
- ./node_modules/.bin/netlify \
32
+ netlify \
33
deploy ${PROD_FLAG} \
34
--dir ./build \
35
--no-build \
0 commit comments