Skip to content

Commit 03c87c6

Browse files
authored
Merge branch 'main' into kevee/main-release-process
2 parents 03459af + 86d4269 commit 03c87c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 20.x
20-
registry-url: 'https://npm.pkg.github.com'
21-
scope: '@usdigitalresponse'
2220
- name: Install dependencies
2321
run: npm i
2422
- name: Build package

.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)