Skip to content

Commit 7ab06ef

Browse files
committed
ci: remove flow-typed (and opencollective) from postinstall
- flow-typed seemed to cause issues on GitHub actions - will be removed for #102 anyway
1 parent 3237ecf commit 7ab06ef

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

package-lock.json

-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"package-publish": "npm run-script build && electron-builder build -wml --publish always",
3535
"package-publish-windows-linux": "npm run-script build && electron-builder build -wl --publish always",
3636
"package-publish-macos": "npm run-script build && electron-builder build -m --publish always",
37-
"postinstall": "npm run-script flow-typed && electron-builder install-app-deps && npm run-script build-dll && opencollective-postinstall",
37+
"postinstall": "electron-builder install-app-deps && npm run-script build-dll",
3838
"postlint-fix": "prettier --ignore-path .eslintignore --single-quote --write '**/*.{js,jsx,json,html,css,less,scss,yml}'",
3939
"postlint-styles-fix": "prettier --ignore-path .eslintignore --single-quote --write '**/*.{css,scss}'",
4040
"prestart": "npm run-script build",
@@ -203,7 +203,6 @@
203203
"lint-staged": "^12.1.2",
204204
"mini-css-extract-plugin": "^2.4.5",
205205
"node-sass": "^7.0.1",
206-
"opencollective-postinstall": "^2.0.3",
207206
"prettier": "^2.4.1",
208207
"react-test-renderer": "^17.0.2",
209208
"redux-logger": "^3.0.6",

0 commit comments

Comments
 (0)