Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
third option
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 committed Mar 4, 2016
1 parent 57c5643 commit 83041e4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"lint:js": "eslint --ignore-path .gitignore --fix .",
"lint:css": "stylelint \"**/web_modules/**/*.css\"",
"lint": "npm run lint:js && npm run lint:css",
"tests": "ava",
"tests": "ava --require babel-core/register",
"#test-boilerplate": "all these weird steps for this 'simple' test-boilerplate has been made to boost CI testing",
"test-boilerplate-cleanup": "rimraf boilerplate/node_modules && rimraf boilerplate/package.json && rimraf \"test-boilerplate/!(node_modules)\" && mkdirp test-boilerplate/node_modules && rimraf test-boilerplate/node_modules/statinamic",
"test-boilerplate-links": "lnfs ./node_modules/react test-boilerplate/node_modules/react && lnfs ./node_modules/react-helmet test-boilerplate/node_modules/react-helmet && lnfs ./node_modules/webpack test-boilerplate/node_modules/webpack",
Expand All @@ -167,7 +167,7 @@
"pretest": "npm run lint",
"test": "npm run tests && npm run test-boilerplate",
"posttest": "npm run docs",
"test-with-coverage": "nyc npm run tests && npm run test-boilerplate",
"test-with-coverage": "nyc --all --require babel-core/register ava && npm run test-boilerplate",
"posttest-with-coverage": "npm run docs ",
"coverage": "nyc report --reporter=lcovonly && codecov",
"release": "npmpub"
Expand Down Expand Up @@ -203,9 +203,6 @@
"**/__tests__/*.js"
],
"failFast": true,
"verbose": true,
"require": [
"babel-core/register"
]
"verbose": true
}
}

0 comments on commit 83041e4

Please sign in to comment.