Skip to content

Commit bf2b615

Browse files
dalelottsmmalerba
authored andcommitted
fix(package.json): Fix failing npm run api command (#3462)
api script was running the incorrect gulp command.
1 parent 6915e8a commit bf2b615

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
@@ -17,7 +17,7 @@
1717
"deploy": "firebase deploy",
1818
"webdriver-manager": "webdriver-manager",
1919
"docs": "gulp docs",
20-
"api": "gulp api"
20+
"api": "gulp api-docs"
2121
},
2222
"version": "2.0.0-beta.2",
2323
"license": "MIT",

0 commit comments

Comments
 (0)