Skip to content

Commit

Permalink
Merge pull request #7 from usdigitalresponse/kevee/relesae-fix
Browse files Browse the repository at this point in the history
Kevee/relesae fix
  • Loading branch information
kevee authored Jan 10, 2025
2 parents 70cfeb8 + b3ce48a commit 86d4269
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://npm.pkg.github.com'
scope: '@usdigitalresponse'
- name: Install dependencies
run: npm i
- name: Build package
run: npm run build

- name: Publish
run: npm publish
env:
Expand Down
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/*
!/dist
!/dist
!/*.md
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@usdigitalresponse:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/usdigitalresponse/jest-environment-airtable-script"
"url": "git+https://github.com/usdigitalresponse/jest-environment-airtable-script.git"
},
"homepage": "https://github.com/usdigitalresponse/jest-environment-airtable-script",
"bugs": {
Expand Down

0 comments on commit 86d4269

Please sign in to comment.