We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64378d commit 1ace771Copy full SHA for 1ace771
1 file changed
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
working-directory: common
53
- run: npm ci
54
working-directory: publish
55
+ - run: npm run build
56
+ working-directory: publish
57
- run: npm test
58
59
0 commit comments