Skip to content

Commit

Permalink
fix(cdn): add UMD to the global build command
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMendes98 authored Jun 27, 2023
1 parent 1aaa55a commit daf9f8a
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 @@ -74,7 +74,7 @@
},
"scripts": {
"build": "npm run build:cjs",
"build:all": "npm run build:cjs && npm run build:es2015 && npm run build:esm5 && npm run build:types",
"build:all": "npm run build:cjs && npm run build:es2015 && npm run build:esm5 && npm run build:types && npm run build:umd",
"build:cjs": "npx tsc -p tools/tsconfigs/tsconfig.cjs.json",
"build:es2015": "npx tsc -p tools/tsconfigs/tsconfig.esm2015.json",
"build:esm5": "npx tsc -p tools/tsconfigs/tsconfig.esm5.json",
Expand Down

0 comments on commit daf9f8a

Please sign in to comment.