Skip to content

Commit 39ec8ec

Browse files
😒 chore: Add travis script.
1 parent 6eb8ea4 commit 39ec8ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"release": "np",
125125
"test": "ava",
126126
"lint": "true",
127-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
127+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
128+
"travis": "npm run lint && npm run cover"
128129
}
129130
}

0 commit comments

Comments
 (0)