Skip to content

Commit 501f18c

Browse files
😒 chore: Add travis script.
1 parent 8491cc6 commit 501f18c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"release": "np",
124124
"test": "ava",
125125
"lint": "true",
126-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
126+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
127+
"travis": "npm run lint && npm run cover"
127128
},
128129
"sideEffects": false
129130
}

0 commit comments

Comments
 (0)