Skip to content

Commit

Permalink
attempt to please appveyor [1]
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed Apr 23, 2016
1 parent d13059b commit 9b9afb0
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 @@ -14,7 +14,7 @@
"test": "NODE_PATH=./dist/npm/src ava",
"test:dev": "NODE_PATH=./src ava -v --watch --require babel-register",
"coverage": "nyc npm test",
"build:eslintrc": "tasks/print-eslintrc.js > .eslintrc",
"build:eslintrc": "./tasks/print-eslintrc.js > .eslintrc",
"build:npm": "babel -d dist/npm/src -D src",
"postbuild:npm": "cp *.md *.json dist/npm/.",
"upload:coverage:codecov": "nyc report --reporter=lcov > coverage.lcov && codecov",
Expand Down

0 comments on commit 9b9afb0

Please sign in to comment.