Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed May 12, 2018
1 parent b8e0da2 commit dee2c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"build": "cross-env NODE_ENV=production webpack -p",
"prepublish": "npm run build",
"serve": "npm run dev:test &",
"test": "macaca run -d ./test --reporter macaca-reporter",
"test": "macaca run -d ./test",
"ci": "npm run lint && npm run serve && npm run test"
},
"pre-commit": [
Expand Down

0 comments on commit dee2c72

Please sign in to comment.