Skip to content

Commit 0a5730f

Browse files
😒 chore(package.json): Run fixpack.
1 parent 601f592 commit 0a5730f

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
@@ -123,12 +123,12 @@
123123
"scripts": {
124124
"build": "babel --delete-dir-on-start --env-name production src -d lib",
125125
"cover": "nyc --reporter=lcov npm test",
126+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
126127
"esdoc": "esdoc",
128+
"lint": "xo",
127129
"prepare": "npm run build",
128130
"release": "np",
129131
"test": "ava",
130-
"lint": "xo",
131-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
132132
"travis": "npm run lint && npm run cover"
133133
},
134134
"sideEffects": false,

0 commit comments

Comments
 (0)