diff --git a/package.json b/package.json index f2c9802..3196b8d 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,10 @@ "start": "parallelshell \"npm run watch:lint\" \"npm run watch\"", "watch": "pixify -n PIXI -o pixi -w", "watch:lint": "watch \"eslint scripts src test || exit 0\" src", - "test": "floss --path test/index.js", + "test": "floss --path test/index.js -c bin/pixi.js -s", "test:debug": "npm test -- --debug", - "coverage": "rimraf coverage && floss --path test/index.js -c bin/pixi.js -hs", + "precoverage": "rimraf coverage", + "coverage": "npm test -- -h", "lint": "eslint scripts src test", "prebuild": "npm run lint && npm run clean", "build": "pixify -n PIXI -o pixi",