Commit fb94858a authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Fixed lint* scripts.

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -56,8 +56,8 @@
},
"scripts": {
"test": "ng test --code-coverage --no-watch --no-progress",
"lint": "ng lint && prettier --check '*.{js,json,html,css,scss,yaml}",
"lint:fix": "ng lint --fix && prettier --write '*.{js,json,html,css,scss,yaml}\"",
"lint": "ng lint && prettier --check *.{js,json,html,css,scss,yaml}",
"lint:fix": "ng lint --fix && prettier --write *.{js,json,html,css,scss,yaml}",
"build": "ng-packagr -p package.json"
},
"ngPackage": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment