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 5fe0751 commit d3613faCopy full SHA for d3613fa
.github/workflows/test-build-workflow.yml
@@ -6,6 +6,8 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v3
9
- - run: npm i
10
- - run: npm run build
+ - shell: bash
+ run: |
11
+ npm i
12
+ npm run build
13
0 commit comments