diff --git a/.eslintignore b/.eslintignore index 71a1c03801..2863715b24 100644 --- a/.eslintignore +++ b/.eslintignore @@ -46,6 +46,7 @@ Server/dist/ Server/bin/ Server/node_modules/ ElectronClient/app/packageInfo.js +ReactNativeClient/pluginAssets/ # Ignore files generated from TypeScript files ElectronClient/app/gui/ShareNoteDialog.js diff --git a/ElectronClient/app/package.json b/ElectronClient/app/package.json index 78742dbe53..04e9e8939d 100644 --- a/ElectronClient/app/package.json +++ b/ElectronClient/app/package.json @@ -8,8 +8,8 @@ "pack": "node_modules/.bin/electron-builder --dir", "dist": "node_modules/.bin/electron-builder", "publish": "build -p always", - "postinstall": "node compile.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts && node electronRebuild.js", - "compile": "node compile.js && node compile-package-info.js && node ../../Tools/copycss.js --copy-fonts", + "postinstall": "node compile.js && node compile-package-info.js && node electronRebuild.js", + "compile": "node compile.js && node compile-package-info.js", "install-141": "npm install --toolset=v141" }, "repository": {