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 a963b69 commit 6591982Copy full SHA for 6591982
.github/workflows/npm-publish.yml
@@ -19,14 +19,14 @@ jobs:
19
with:
20
node-version: 20
21
registry-url: https://registry.npmjs.org/
22
- cache: "npm"
+ cache: "yarn"
23
- name: Install dependencies
24
- run: npm install
+ run: yarn install
25
- name: Run tests
26
- run: npm test
+ run: yarn test
27
- name: Build
28
- run: npm run build
+ run: yarn build
29
- name: Publish to NPM
30
- run: npm publish
+ run: yarn npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
.github/workflows/typescript-pr-check.yml
@@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-node@v3
- registry-url: https://registry.npmjs.org/
cache: "yarn"
0 commit comments