Skip to content

Commit 6e1e8a7

Browse files
committed
fix
1 parent 4761c6b commit 6e1e8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push-or-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
with:
1414
node-version: "18"
1515
- run: npm i
16-
- run: scripts/smoke-test-monorepo.sh
16+
- run: scripts/smoking-test-monorepo.sh
1717
- run: scripts/export-variants.sh
18-
- run: scripts/smoke-test-exported.sh
18+
- run: scripts/smoking-test-exported.sh
1919
- uses: softprops/action-gh-release@v1
2020
if: startsWith(github.ref, 'refs/tags/')
2121
with:

0 commit comments

Comments
 (0)