We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8c239 commit 222f7beCopy full SHA for 222f7be
.circleci/config.yml
@@ -14,6 +14,7 @@ jobs:
14
paths:
15
- node_modules
16
key: v1-dependencies-{{ checksum "yarn.lock" }}
17
+ - run: yarn prettier:check
18
- run: yarn test
19
release:
20
docker:
@@ -25,7 +26,6 @@ jobs:
25
26
- v1-dependencies-{{ checksum "yarn.lock" }}
27
- v1-dependencies-
28
- run: yarn install
- - run: yarn prettier:check
29
- run: yarn build
30
- run: npx semantic-release
31
workflows:
package.json
@@ -50,5 +50,10 @@
50
"repository": {
51
"type": "git",
52
"url": "https://github.com/electron/electron-typescript-definitions.git"
53
- }
+ },
54
+ "files": [
55
+ "dist",
56
+ "README.md",
57
+ "base"
58
+ ]
59
}
0 commit comments