diff --git a/package.json b/package.json index 3fb77a0..5b340e0 100644 --- a/package.json +++ b/package.json @@ -23,10 +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 -c bin/pixi.js -s", + "test": "floss --path test/index.js", "test:debug": "npm test -- --debug", "precoverage": "rimraf coverage && npm run build -- --noExternal", - "coverage": "npm test -- -h", + "coverage": "npm test -- -c bin/pixi.js -s -h", "lint": "eslint scripts src test --max-warnings 0", "lintfix": "npm run lint --fix", "prebuild": "npm run lint && npm run clean",