Skip to content

Commit

Permalink
Remove UMD script
Browse files Browse the repository at this point in the history
  • Loading branch information
theogravity authored Apr 3, 2024
1 parent cf85298 commit 2d7214b
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 @@ -7,7 +7,7 @@
"types": "dist/types/index.d.js",
"scripts": {
"prepublishOnly": "npm run clean && npm run test && npm run lint && npm run build",
"build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
Expand Down

0 comments on commit 2d7214b

Please sign in to comment.