Skip to content

Commit 75f4f10

Browse files
committed
Publish trial 2
1 parent eb23876 commit 75f4f10

File tree

4 files changed

+5
-30
lines changed

4 files changed

+5
-30
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: 18
19-
registry-url: https://registry.npmjs.org/
19+
registry-url: "https://registry.npmjs.org"
2020

2121
- name: Install dependencies
22-
run: npm install
22+
run: npm ci
2323

2424
- name: Publish to npm
2525
run: npm publish --access public
2626
env:
27-
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/publish-package.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-browser-containers",
2+
"name": "@enhanced-jax/react-browser-containers",
33
"version": "1.0.0",
44
"description": "",
55
"scripts": {
@@ -74,8 +74,5 @@
7474
"npm run lint",
7575
"npm run test"
7676
]
77-
},
78-
"publishConfig": {
79-
"registry": "https://npm.pkg.github.com/@EnhancedJax"
8077
}
8178
}

0 commit comments

Comments
 (0)