Skip to content

Commit d10fa51

Browse files
authored
Merge pull request #16 from mutablelogic/dev
Updated to publish to public
2 parents 1cbeafb + 7d4fbe2 commit d10fa51

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
npm ci
3333
npm version ${{ needs.var.outputs.tag }} --no-git-tag-version --allow-same-version
3434
npm run build
35-
npm publish
35+
npm publish --access public
3636
env:
3737
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

chat/.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@mutablelogic:registry=https://npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

chat/package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "@mutablelogic/chat",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"author": "",
9+
"license": "ISC",
10+
"description": ""
11+
}

0 commit comments

Comments
 (0)