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 b5335ec commit 4c850edCopy full SHA for 4c850ed
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: "24"
20
registry-url: "https://registry.npmjs.org"
21
+ - run: npm install
22
- run: npm run build --if-present
23
- run: npm test
24
- run: npm publish
0 commit comments