Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Restore lint warnings in CI (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
amacneil committed Feb 25, 2021
1 parent b8d86b2 commit 4d0fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"build:dev": "yarn run webpack --mode development",
"serve:dev": "yarn run webpack serve --mode development",
"lint": "TIMING=1 yarn run eslint --fix .",
"lint:nofix": "TIMING=1 yarn run eslint --quiet .",
"lint:nofix": "TIMING=1 yarn run eslint .",
"test": "yarn run jest",
"package:darwin": "electron-forge package --platform darwin",
"package:linux": "electron-forge package --platform linux",
Expand Down

0 comments on commit 4d0fa2f

Please sign in to comment.