Skip to content

Commit 75c823c

Browse files
🤖 config(travis): Lint config in script.
These changes were automatically generated by an uncommited transform.
1 parent 96c8407 commit 75c823c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"prepublishOnly": "pinst --disable",
5757
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
5858
"test": "ava",
59-
"travis": "npm run lint && npm run cover"
59+
"travis": "npm run lint-config && npm run lint && npm run cover"
6060
},
6161
"dependencies": {
6262
"@aureooms/js-error": "^5.0.1"

0 commit comments

Comments
 (0)