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 31176c3 commit dff46bbCopy full SHA for dff46bb
.github/workflows/build.yml
@@ -5,6 +5,7 @@ jobs:
5
- uses: actions/checkout@v3
6
- uses: ./.github/actions/prepare
7
- run: pnpm build
8
+ - run: node ./lib/index.js
9
10
name: Build
11
0 commit comments