Skip to content

Commit 7b3bb26

Browse files
committed
sorted npm-scripts
1 parent ae50099 commit 7b3bb26

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
@@ -24,8 +24,8 @@
2424
"lint": "npm ru eslint -- --ext .js .",
2525
"minify": "npm ru webpack -- --optimize-minimize --output-filename ./build/deepcopy.min.js",
2626
"mocha": "mocha",
27-
"prepublish": "npm ru build",
2827
"posttest": "npm ru karma -- start --single-run --browsers Chrome,Firefox,Safari",
28+
"prepublish": "npm ru build",
2929
"rimraf": "rimraf",
3030
"test": "npm ru mocha",
3131
"travis": "npm ru mocha",

0 commit comments

Comments
 (0)