We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5d1c6 commit 1f04710Copy full SHA for 1f04710
1 file changed
.github/workflows/build-and-test.yml
@@ -75,7 +75,7 @@ jobs:
75
- run: "yarn build"
76
- run: "yarn lint"
77
- run: "yarn test:ci"
78
- - name: "Test that template package works out-of-the-box"
79
- run: "yarn turbo run test-generated-package --filter='//'"
80
- name: "Test generated developer documentaiton"
81
run: "yarn docs"
+ - name: "Test that template package works out-of-the-box"
+ run: "yarn turbo run test-generated-package --filter='//'"
0 commit comments