Skip to content

Commit 220f903

Browse files
😒 chore: Add travis script.
1 parent 7a1b1b0 commit 220f903

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
@@ -161,7 +161,8 @@
161161
"release": "np",
162162
"test": "ava",
163163
"lint": "true",
164-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
164+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
165+
"travis": "npm run lint && npm run cover"
165166
},
166167
"sideEffects": false
167168
}

0 commit comments

Comments
 (0)