Skip to content

Commit

Permalink
meta: remove @uppy/angular build while we are typing everything
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 30, 2023
1 parent fc27c00 commit f2d3d96
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 @@ -120,7 +120,7 @@
"build:css": "yarn node ./bin/build-css.js",
"build:svelte": "yarn workspace @uppy/svelte build",
"build:angular": "yarn workspace angular build",
"build:js": "npm-run-all build:lib build:companion build:locale-pack build:svelte build:angular build:bundle",
"build:js": "npm-run-all build:lib build:companion build:locale-pack build:svelte build:bundle",
"build:ts": "yarn workspaces list --no-private --json | yarn node ./bin/build-ts.mjs",
"build:lib": "yarn node ./bin/build-lib.js",
"build:locale-pack": "yarn workspace @uppy-dev/locale-pack build && eslint packages/@uppy/locales/src/en_US.js --fix && yarn workspace @uppy-dev/locale-pack test unused",
Expand Down

0 comments on commit f2d3d96

Please sign in to comment.