Skip to content

Commit

Permalink
add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephensauceda committed Feb 23, 2023
1 parent a5e4d3a commit 49fcf5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"prepublish":
"npm run build && npm run build:es && npm run build:umd && npm run build:umd:min",
"test": "npm run lint && karma start",
"update-apilist": "node ./scripts/updateAPIList.js"
"update-apilist": "node ./scripts/updateAPIList.js",
"prepare": "npm run build"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 49fcf5b

Please sign in to comment.