We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073e659 commit 3b8eb4eCopy full SHA for 3b8eb4e
1 file changed
.github/workflows/publish.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
node-version: "24"
21
registry-url: "https://registry.npmjs.org"
22
+ - run: npm install
23
- run: npm ci
24
- run: npm run build --if-present
25
# - run: npm test
0 commit comments