Skip to content

Commit e441613

Browse files
😒 chore: Add travis script.
1 parent 1b40d49 commit e441613

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
@@ -29,7 +29,8 @@
2929
"lint": "true",
3030
"prepare": "npm run build",
3131
"cover": "c8 --all --src src --reporter=lcov npm test",
32-
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast"
32+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
33+
"travis": "npm run lint-config && npm run lint && npm run cover"
3334
},
3435
"license": "AGPL-3.0",
3536
"author": "aureooms",

0 commit comments

Comments
 (0)