We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8eb4e commit 3fe9351Copy full SHA for 3fe9351
1 file changed
.github/workflows/publish.yml
@@ -19,8 +19,6 @@ 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
+ - run: yarn
+ - run: npm run ci
26
- run: npm publish
0 commit comments