We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec13b2e commit e3d13bbCopy full SHA for e3d13bb
1 file changed
.github/workflows/build-and-release.yaml
@@ -39,7 +39,7 @@ jobs:
39
node-version: '20.x'
40
registry-url: 'https://registry.npmjs.org'
41
42
- - run: npm ci
+ - run: npm run build
43
44
- run: npm publish --provenance --access public
45
env:
0 commit comments