We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb8564 + a80537c commit a233729Copy full SHA for a233729
.github/workflows/publish.yml
@@ -90,7 +90,7 @@ jobs:
90
env:
91
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
92
push-to-github-registry:
93
- name: Publish to npm
+ name: Publish to Github Registry
94
runs-on: ubuntu-latest
95
needs: cache-install-and-version
96
steps:
package.json
@@ -71,8 +71,8 @@
71
"build": "shx rm -rf dist && tsc -b",
72
"lint": "eslint . --ext .ts --config .eslintrc",
73
"postpack": "shx rm -f oclif.manifest.json",
74
- "posttest": "yarn lint",
75
- "prepack": "yarn build && oclif manifest && oclif readme",
+ "posttest": "pnpm lint",
+ "prepack": "pnpm build && oclif manifest && oclif readme",
76
"test": "jest",
77
"test:coverage": "jest --coverage",
78
"test:watch": "jest --watch",
0 commit comments