File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11/*
2- ! /dist
2+ ! /dist
3+ ! /* .md
Original file line number Diff line number Diff line change 1+ @usdigitalresponse:registry = https://npm.pkg.github.com
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments