Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit c2bdd7e

Browse files
committed
simple test command without coveralls
1 parent 41e6360 commit c2bdd7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"scripts": {
88
"start": "parcel public/index.html --open",
99
"test": "export NODE_ENV=test; jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
10+
"simple-test": "export NODE_ENV=test; jest --coverage",
1011
"prepublish": "jest --coverage",
1112
"build": "webpack --env.production"
1213
},

0 commit comments

Comments
 (0)