Skip to content

Commit

Permalink
Fix so manual publishing works
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Sep 17, 2024
1 parent e82e770 commit ba1590e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ jobs:

- name: Run tests
run: yarn test

- name: Publish to NPM
run: yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@zenchain/zazen",
"name": "@zenchain-protocol/zazen",
"version": "0.0.1",
"description": "Zenchain snap for securely storing validator cloud access keys within Metamask.",
"repository": {
Expand All @@ -18,16 +18,16 @@
"build:clean": "yarn clean && yarn build",
"clean": "rimraf \"dist\"",
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog && yarn lint:dependencies",
"lint:changelog": "yarn auto-changelog validate --tag-prefix @zenchain/zazen",
"lint:changelog": "yarn auto-changelog validate --tag-prefix zazen",
"lint:ci": "yarn lint",
"lint:eslint": "eslint . --cache",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier --no-error-on-unmatched-pattern --loglevel warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" \"!snap.manifest.json\" --ignore-path .gitignore",
"start": "mm-snap watch",
"test": "yarn test:e2e",
"test:e2e": "jest",
"publish": "yarn npm publish --scope=@zenchain-protocol",
"publish:preview": "yarn npm publish --tag preview --scope=@zenchain-protocol",
"publish": "yarn publish --scope=@zenchain-protocol",
"publish:preview": "yarn publish --tag preview --scope=@zenchain-protocol",
"lint:dependencies": "depcheck"
},
"devDependencies": {
Expand Down

0 comments on commit ba1590e

Please sign in to comment.