diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c9c669..b272266 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.npmignore b/.npmignore index b343c4a..d0af4f0 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ /* -!/dist \ No newline at end of file +!/dist +!/*.md \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a0c1799 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@usdigitalresponse:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package.json b/package.json index 83ba0ef..0765597 100644 --- a/package.json +++ b/package.json @@ -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": {