chore: lint js dir; workflow runs

This commit is contained in:
Mo
2022-06-07 08:06:19 -05:00
parent 7073c2f136
commit 0bb12db948
3 changed files with 9 additions and 3 deletions

View File

@@ -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",