Skip to content

Commit

Permalink
fix(build): try to restore publishing on Github Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
atao60 committed Jun 29, 2021
1 parent 7d37651 commit 26f6654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"lint": "tsc --project src && eslint src/**/* test/**/* scripts/**/*",
"analyse": "npx pkgfiles && npm list",
"cli:publish:build": "npm ci && npm run fullcheck && npm run build",
"cli:publish:pack": "ts-node ./tools/prepublish '' '../..'",
"cli:publish:pack": "ts-node ./tools/prepublish/index.ts '' '../..'",
"cli:publish": "npm run cli:publish:npm && npm run cli:publish:gh",
"cli:publish:npm": "npm run cli:publish:build && npm run cli:publish:pack && npm publish ./publish --access public",
"cli:publish:gh": "ts-node ./tools/publish-gh",
Expand Down

0 comments on commit 26f6654

Please sign in to comment.