Skip to content

Commit 222f7be

Browse files
build: reduce size of npm package
1 parent 8b8c239 commit 222f7be

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
paths:
1515
- node_modules
1616
key: v1-dependencies-{{ checksum "yarn.lock" }}
17+
- run: yarn prettier:check
1718
- run: yarn test
1819
release:
1920
docker:
@@ -25,7 +26,6 @@ jobs:
2526
- v1-dependencies-{{ checksum "yarn.lock" }}
2627
- v1-dependencies-
2728
- run: yarn install
28-
- run: yarn prettier:check
2929
- run: yarn build
3030
- run: npx semantic-release
3131
workflows:

Diff for: package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,10 @@
5050
"repository": {
5151
"type": "git",
5252
"url": "https://github.com/electron/electron-typescript-definitions.git"
53-
}
53+
},
54+
"files": [
55+
"dist",
56+
"README.md",
57+
"base"
58+
]
5459
}

0 commit comments

Comments
 (0)