Skip to content

Commit 678eae8

Browse files
🤖 chore(package.json): Add lint-config-and-fix script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/package.json:scripts-add-lint-config-and-fix.js Please contact the author of the transform if you believe there was an error.
1 parent 3a0a9ed commit 678eae8

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
@@ -132,7 +132,8 @@
132132
"prepare": "npm run build",
133133
"release": "np",
134134
"test": "ava",
135-
"travis": "npm run lint && npm run cover"
135+
"travis": "npm run lint && npm run cover",
136+
"lint-config-and-fix": "fixpack || fixpack"
136137
},
137138
"sideEffects": false
138139
}

0 commit comments

Comments
 (0)