Skip to content

Commit 93b4e3a

Browse files
authored
chore: only publish build and source to npm (#1024)
1 parent 79a8cdc commit 93b4e3a

File tree

31 files changed

+80
-75
lines changed

31 files changed

+80
-75
lines changed

packages/apollo-link-accounts/.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/apollo-link-accounts/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"compile": "tsc",
1515
"prepublishOnly": "yarn compile"
1616
},
17+
"files": [
18+
"src",
19+
"lib"
20+
],
1721
"repository": {
1822
"type": "git",
1923
"url": "https://github.com/accounts-js/accounts/tree/master/packages/apollo-link"

packages/boost/.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/boost/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"compile": "tsc",
1515
"prepublishOnly": "yarn compile"
1616
},
17+
"files": [
18+
"src",
19+
"lib"
20+
],
1721
"repository": {
1822
"type": "git",
1923
"url": "https://github.com/accounts-js/accounts/tree/master/packages/boost"

packages/client-password/.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/client-password/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"test:watch": "jest --watch",
2020
"coverage": "yarn testonly --coverage"
2121
},
22+
"files": [
23+
"src",
24+
"lib"
25+
],
2226
"jest": {
2327
"preset": "ts-jest"
2428
},

packages/client/.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/client/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"test:watch": "jest --watch",
2020
"coverage": "npm run testonly -- --coverage"
2121
},
22+
"files": [
23+
"src",
24+
"lib"
25+
],
2226
"jest": {
2327
"preset": "ts-jest",
2428
"testEnvironment": "jsdom",

packages/database-manager/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"testonly": "jest --coverage",
1818
"coverage": "jest --coverage"
1919
},
20+
"files": [
21+
"src",
22+
"lib"
23+
],
2024
"jest": {
2125
"testEnvironment": "node",
2226
"preset": "ts-jest"

packages/database-tests/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"compile": "tsc",
1212
"prepublishOnly": "yarn compile"
1313
},
14+
"files": [
15+
"src",
16+
"lib"
17+
],
1418
"jest": {
1519
"testEnvironment": "node",
1620
"preset": "ts-jest"

0 commit comments

Comments
 (0)