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 973bc01 commit 64925a9Copy full SHA for 64925a9
1 file changed
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: 20
20
cache: npm
21
registry-url: https://registry.npmjs.org
22
- - run: npm install -g npm@latest # trusted publishing requires npm >= 11.5.1
+ - run: npm install -g npm@latest # trusted publishing requires npm >= 11.5.1
23
- run: npm ci
24
- run: npm run lint && npm run typecheck && npm test && npm run build
25
- run: npm publish --provenance --access public
0 commit comments