fix: Run app.setAppPath() with the right path (#78)
* Fix: Run app.setAppPath() with the right path * Implement feedback <3 * test: Add linting
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
"author": "Samuel Attard",
|
||||
"scripts": {
|
||||
"build": "tsc && tsc -p tsconfig.esm.json",
|
||||
"lint": "prettier --check \"src/**/*.ts\"",
|
||||
"prettier:write": "prettier --write \"src/**/*.ts\"",
|
||||
"lint": "prettier --check \"{src,entry-asar}/**/*.{js,ts}\"",
|
||||
"prettier:write": "prettier --write \"{src,entry-asar}/**/*.{js,ts}\"",
|
||||
"prepublishOnly": "npm run build",
|
||||
"test": "exit 0",
|
||||
"prepare": "husky install"
|
||||
@@ -57,4 +57,4 @@
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user