Skip to content

Commit

Permalink
fix(package.json): Fix failing npm run api command (#3462)
Browse files Browse the repository at this point in the history
api script was running the incorrect gulp command.
  • Loading branch information
dalelotts authored and mmalerba committed Mar 14, 2017
1 parent 6915e8a commit bf2b615
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 @@ -17,7 +17,7 @@
"deploy": "firebase deploy",
"webdriver-manager": "webdriver-manager",
"docs": "gulp docs",
"api": "gulp api"
"api": "gulp api-docs"
},
"version": "2.0.0-beta.2",
"license": "MIT",
Expand Down

0 comments on commit bf2b615

Please sign in to comment.