Skip to content

Commit

Permalink
Revert "Fix lint-fix command to also run on Windows"
Browse files Browse the repository at this point in the history
This reverts commit 8211dca
  • Loading branch information
bkimminich committed Jul 13, 2020
1 parent 8211dca commit 11571b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"postinstall": "cd frontend && npm install && cd .. && npm run build",
"lint": "standard && cd frontend && ng lint && cd ..",
"lint:config": "schema validate -s config.schema.yml",
"lint:fix": "standard --fix && cd frontend && node ./node_modules/@angular/cli/bin/ng lint --fix && cd ..",
"lint:fix": "standard --fix && cd frontend && ./node_modules/.bin/ng lint --fix && cd ..",
"package": "grunt package",
"package:ci": "npm prune --production && npm dedupe && cd frontend && npm prune --production && npm dedupe && cd .. && grunt package",
"preprotractor": "npm dedupe && node ./node_modules/protractor/bin/webdriver-manager update --gecko false",
Expand Down

0 comments on commit 11571b4

Please sign in to comment.