Skip to content

Commit af45bcd

Browse files
committed
chore: simplify build, don't build docker images that we aren't using
1 parent 65a0c2c commit af45bcd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,7 @@
9898
"rm -rf ./dist/electron",
9999
"rm -rf ./dist/headless",
100100
"npm run build:electron:all",
101-
"VERSION=${version} npm run release:cask",
102-
"VERSION=${version} npm run build:docker:self-test",
103-
"VERSION=${version} npm run build:docker:log-aggregator"
104-
],
105-
"after:release": [
106-
"VERSION=${version} npm run publish:docker:self-test",
107-
"VERSION=${version} npm run publish:docker:log-aggregator"
101+
"VERSION=${version} npm run release:cask"
108102
]
109103
},
110104
"npm": {

0 commit comments

Comments
 (0)