Skip to content

Commit c6da49b

Browse files
🤖 chore: Add travis script.
1 parent 98c1dc3 commit c6da49b

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
@@ -34,7 +34,8 @@
3434
"lint": "true",
3535
"prepare": "npm run build",
3636
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
37-
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast"
37+
"dev": "npm run lint-config-and-fix && npm run lint-and-fix && npm run cover -- -- -st --fail-fast",
38+
"travis": null
3839
},
3940
"license": "AGPL-3.0",
4041
"name": "@aureooms/js-operator",

0 commit comments

Comments
 (0)