We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cfeb8 commit 69a92eaCopy full SHA for 69a92ea
.github/workflows/release.yml
@@ -26,7 +26,6 @@ jobs:
26
run: npm i
27
- name: Build package
28
run: npm run build
29
-
30
- name: Publish
31
run: npm publish
32
env:
.npmignore
@@ -1,2 +1,3 @@
1
/*
2
-!/dist
+!/dist
3
+!/*.md
package.json
@@ -8,7 +8,7 @@
8
"types": "./dist/index.d.ts",
9
"repository": {
10
"type": "git",
11
- "url": "https://github.com/usdigitalresponse/jest-environment-airtable-script"
+ "url": "git+https://github.com/usdigitalresponse/jest-environment-airtable-script.git"
12
},
13
"homepage": "https://github.com/usdigitalresponse/jest-environment-airtable-script",
14
"bugs": {
0 commit comments