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 aaa1b87 commit 92f86f4Copy full SHA for 92f86f4
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
ref: ${{ github.head_ref }}
16
17
- run: npm install
18
- - run: npm run pack-source-map
+ - run: npm run build && npm run pack-source-map
19
20
- uses: stefanzweifel/git-auto-commit-action@v4.2.0
21
with:
0 commit comments