Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
npm ci
npm version ${{ needs.var.outputs.tag }} --no-git-tag-version --allow-same-version
npm run build
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions chat/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@mutablelogic:registry=https://npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
11 changes: 11 additions & 0 deletions chat/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "@mutablelogic/chat",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}