chore: lint js dir; workflow runs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"build": "webpack --config webpack.prod.js && yarn tsc",
|
||||
"build:desktop": "webpack --config webpack.prod.js --env platform='desktop'",
|
||||
"build:desktop:beta": "webpack --config webpack.prod.js --env platform='desktop' --env public_beta='true'",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint": "eslint src/javascripts",
|
||||
"tsc": "tsc --project tsconfig.json",
|
||||
"test": "jest --config jest.config.js --coverage",
|
||||
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json",
|
||||
|
||||
Reference in New Issue
Block a user