Skip to content

Commit

Permalink
Issue #57: Remove elm-format-download from npm postinstall step
Browse files Browse the repository at this point in the history
  • Loading branch information
stil4m committed Mar 18, 2017
1 parent ba2f583 commit 23f387c
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 @@ -11,13 +11,13 @@
"email": "[email protected]"
},
"scripts": {
"postinstall": "./node_modules/.bin/elm-format-download -t ./node_modules/.bin",
"eslint": "./node_modules/.bin/gulp lint",
"download-elm-format": "./node_modules/.bin/elm-format-download -t ./node_modules/.bin",
"elm-format": "./node_modules/.bin/elm-format --validate src/ tests/",
"self-check": "node \"./js/bin/index.js\"",
"test": "./node_modules/.bin/elm-test",
"build": "./node_modules/.bin/elm-package install -y && \"./node_modules/.bin/gulp\"",
"pr-check": "npm install && npm run eslint && npm run elm-format && npm run test && npm run build && npm run self-check"
"pr-check": "npm install && npm run eslint && npm run download-elm-format && npm run elm-format && npm run test && npm run build && npm run self-check"
},
"author": "Mats Stijlaart",
"license": "MIT",
Expand Down

0 comments on commit 23f387c

Please sign in to comment.