We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15bf28 commit 997ccefCopy full SHA for 997ccef
1 file changed
.github/workflows/publish-github.yml
@@ -17,6 +17,7 @@ jobs:
17
# scope: '@octocat'
18
- run: npm install
19
- run: npm run build
20
+ - run: npm run test
21
22
publish-npm:
23
needs: build
0 commit comments