Skip to content

Commit e925db6

Browse files
committed
Update test command
1 parent b21e164 commit e925db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
}
143143
},
144144
"scripts": {
145-
"test": "npm run clean && nyc mocha \"test/**/*.test.js\"",
145+
"test": "nyc mocha \"test/**/*.test.js\"",
146146
"posttest": "npm run lint",
147147
"lint": "eslint --fix ./src ./test",
148148
"clean": "find src/ -type d -name 'dist' -exec rm -rf {} +",

0 commit comments

Comments
 (0)