Skip to content

Commit

Permalink
build: autofix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
msanguineti committed Apr 19, 2019
1 parent 3479ceb commit 661a056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"bin/**/*"
],
"scripts": {
"pretest": "run-s typecheck format 'lint -- --fix'",
"pretest": "run-s typecheck format lint",
"test": "jest",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"clean": "rimraf bin",
"build": "rollup -c",
"format": "prettier --write **/*.ts",
"lint": "standard **/*.ts",
"lint": "standard **/*.ts --fix",
"watch": "rollup -c --watch",
"typecheck": "tsc"
},
Expand Down

0 comments on commit 661a056

Please sign in to comment.