Skip to content

Commit 9db7c9e

Browse files
🎨 style(package.json): Run fixpack.
1 parent 9a61c80 commit 9db7c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
"scripts": {
128128
"build": "babel --delete-dir-on-start --env-name production src -d lib",
129129
"cover": "nyc --reporter=lcov npm test",
130+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
130131
"esdoc": "esdoc",
132+
"lint": "xo",
131133
"prepare": "npm run build",
132134
"release": "np",
133135
"test": "ava",
134-
"lint": "xo",
135-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
136136
"travis": "npm run lint && npm run cover"
137137
},
138138
"sideEffects": false,

0 commit comments

Comments
 (0)