Skip to content

Commit

Permalink
chore(pkg): remove quoted paths for test for windows compatibility (#102
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Sébastien Mischler (aka skarab) authored and kaosat-dev committed Apr 22, 2018
1 parent 6486dd8 commit e4606ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"main": "csg.js",
"scripts": {
"build-docs": "./node_modules/.bin/jsdoc -c jsdoc.json",
"docs": "jsdoc2md --files 'src/**/*.js' > docs/api.md",
"test-api": "nyc ava './src/**/*.test.js' --concurrency 3 --verbose --timeout 40000",
"test-core": "nyc ava './test' --concurrency 3 --verbose --timeout 40000",
"docs": "jsdoc2md --files src/**/*.js > docs/api.md",
"test-api": "nyc ava ./src/**/*.test.js --concurrency 3 --verbose --timeout 40000",
"test-core": "nyc ava ./test --concurrency 3 --verbose --timeout 40000",
"test": "npm run test-core && npm run test-api",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"preversion": "npm test",
Expand Down

0 comments on commit e4606ee

Please sign in to comment.