Skip to content

Commit a233729

Browse files
authored
Merge pull request #37 from Giorgiosaud/test/deployment-flow
fix: pipelines
2 parents 9eb8564 + a80537c commit a233729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9292
push-to-github-registry:
93-
name: Publish to npm
93+
name: Publish to Github Registry
9494
runs-on: ubuntu-latest
9595
needs: cache-install-and-version
9696
steps:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"build": "shx rm -rf dist && tsc -b",
7272
"lint": "eslint . --ext .ts --config .eslintrc",
7373
"postpack": "shx rm -f oclif.manifest.json",
74-
"posttest": "yarn lint",
75-
"prepack": "yarn build && oclif manifest && oclif readme",
74+
"posttest": "pnpm lint",
75+
"prepack": "pnpm build && oclif manifest && oclif readme",
7676
"test": "jest",
7777
"test:coverage": "jest --coverage",
7878
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)