Skip to content

Commit e6c051f

Browse files
🎨 style(package.json): Run fixpack.
1 parent 2234342 commit e6c051f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
122122
"scripts": {
123123
"build": "babel --delete-dir-on-start --env-name production src -d lib",
124124
"cover": "nyc --reporter=lcov npm test",
125+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
125126
"esdoc": "esdoc",
127+
"lint": "xo",
126128
"prepare": "npm run build",
127129
"release": "np",
128130
"test": "ava",
129-
"lint": "xo",
130-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
131131
"travis": "npm run lint && npm run cover"
132132
},
133133
"sideEffects": false,

0 commit comments

Comments
 (0)