Skip to content

Commit 86d4269

Browse files
authored
Merge pull request #7 from usdigitalresponse/kevee/relesae-fix
Kevee/relesae fix
2 parents 70cfeb8 + b3ce48a commit 86d4269

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: 20.x
23-
registry-url: 'https://npm.pkg.github.com'
24-
scope: '@usdigitalresponse'
2523
- name: Install dependencies
2624
run: npm i
2725
- name: Build package
2826
run: npm run build
29-
3027
- name: Publish
3128
run: npm publish
3229
env:

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/*
2-
!/dist
2+
!/dist
3+
!/*.md

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@usdigitalresponse:registry=https://npm.pkg.github.com

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"types": "./dist/index.d.ts",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/usdigitalresponse/jest-environment-airtable-script"
11+
"url": "git+https://github.com/usdigitalresponse/jest-environment-airtable-script.git"
1212
},
1313
"homepage": "https://github.com/usdigitalresponse/jest-environment-airtable-script",
1414
"bugs": {

0 commit comments

Comments
 (0)